]> err.no Git - sope/blob - sope-appserver/NGObjWeb/doc/WOHyperlink.3
hotfix
[sope] / sope-appserver / NGObjWeb / doc / WOHyperlink.3
1 .TH WOHyperlink 3 "June 2006" "SOPE" "SOPE Dynamic Element Reference"
2 .\" DO NOT EDIT: this file got autogenerated using woapi2man from:
3 .\"   ../DynamicElements/WOHyperlink.api
4 .\" 
5 .\" Copyright (C) 2006 SKYRIX Software AG. All rights reserved.
6 .\" ====================================================================
7 .\"
8 .\" Copyright (C) 2006 SKYRIX Software AG. All rights reserved.
9 .\"
10 .\" Check the COPYING file for further information.
11 .\"
12 .\" Created with the help of:
13 .\"   http://www.schweikhardt.net/man_page_howto.html
14 .\"
15
16 .SH NAME
17 WOHyperlink
18
19 .SH SYNOPSIS
20 .B WOHyperlink
21 { href;  pageName;  action;  directActionName;  actionClass;  fragmentIdentifier;  string;  target;  disabled;  queryDictionary;  otherTagString;  filename;  disabledFilename;  framework;  src; }
22
23 .SH VALIDATION
24 Either one of 'action', 'href', or 'pagename' may be bound, or either or both of 'actionclass' and 'directactionname' may be bound
25
26 .SH BINDINGS
27 .IP href
28 .IP pageName
29 The value of 'pageName' will be used to lookup a WOComponent page.
30 .IP action
31 The 'action' binding is evaluated as an action (a method which returns a WOComponent or other WOActionResults object).
32 .IP directActionName
33 Kind: Direct Actions
34 .IP actionClass
35 Kind: Direct Action Classes
36 .IP fragmentIdentifier
37 .IP string
38 .IP target
39 .IP disabled
40 The value of 'disabled' will be evaluated in a boolean context.
41 .IP queryDictionary
42 .IP otherTagString
43 .IP filename
44 The value of 'filename' refers to a resource which will be looked up using the WOResourceManager.
45 .IP disabledFilename
46 The value of 'disabledFilename' refers to a resource which will be looked up using the WOResourceManager.
47 .IP framework
48 The value of 'framework' must be the name of a framework or bundle to be used for resource lookups.
49 .IP src
50
51 .SH BUGS
52 SOPE related bugs are collected in the OpenGroupware.org Bugzilla:
53   http://bugzilla.opengroupware.org/
54
55 .SH AUTHOR
56 The SOPE community <developer at opengroupware.org>.
57
58 .SH SEE ALSO
59 .BR sope-ngobjweb-defaults
60