.TH WOImageButton 3 "June 2006" "SOPE" "SOPE Dynamic Element Reference" .\" DO NOT EDIT: this file got autogenerated using woapi2man from: .\" ../DynamicElements/WOImageButton.api .\" .\" Copyright (C) 2006 SKYRIX Software AG. All rights reserved. .\" ==================================================================== .\" .\" Copyright (C) 2006 SKYRIX Software AG. All rights reserved. .\" .\" Check the COPYING file for further information. .\" .\" Created with the help of: .\" http://www.schweikhardt.net/man_page_howto.html .\" .SH NAME WOImageButton .SH SYNOPSIS .B WOImageButton { pageName; action; directActionName; actionClass; src; filename; framework; x; y; queryDictionary; name; value; disabled; otherTagString; disabledFilename; } .SH VALIDATION Either 'action', or one or both of 'actionclass' or 'directactionname' may be bound Exactly one of'filename', 'src', or 'value' must be bound \'filename' must be bound when 'framework' is bound .SH BINDINGS .IP pageName The value of 'pageName' will be used to lookup a WOComponent page. .IP action The 'action' binding is evaluated as an action (a method which returns a WOComponent or other WOActionResults object). .IP directActionName Kind: Direct Actions .IP actionClass Kind: Direct Action Classes .IP src .IP filename The value of 'filename' refers to a resource which will be looked up using the WOResourceManager. .IP framework The value of 'framework' must be the name of a framework or bundle to be used for resource lookups. .IP x .IP y .IP queryDictionary .IP name .IP value .IP disabled The value of 'disabled' will be evaluated in a boolean context. .IP otherTagString .IP disabledFilename The value of 'disabledFilename' refers to a resource which will be looked up using the WOResourceManager. .SH BUGS SOPE related bugs are collected in the OpenGroupware.org Bugzilla: http://bugzilla.opengroupware.org/ .SH AUTHOR The SOPE community . .SH SEE ALSO .BR sope-ngobjweb-defaults