API:
Attributes


CALL

When the event has been triggered, the call is made to the widget that is specified in the next line and an action is performed on the widget.

quit
cause the app to exit
loadby
this is undocumented
jumpto
this is undocumented
add
insert a new record for editing
delete
delete the current record
save
write the current record back to the database
undo
revert edits
refresh
reload the current record from the database
next
navigate through the record set
prev
navigate through the record set
first
navigate through the record set
last
navigate through the record set
delay
this is undocumented
messagebox
displays a message box - uses message and boxstyle elements
moveto
this is unimplemented
report
this is unimplemented
forcesave
this is undocumented
setvalue
change the value of widget
setvalueappend
change the value of widget
setvaluefacevalue
change the value of widget
setvaluefacevalueappend
change the value of widget
show
show a widget
hide
hide a widget
togglevisibility
toggle a widget's visibility
enable
make a widget editable, clickable, selectable etc.
disable
make a widget uneditable, unclickable, unselectable etc.
toggleeditable
toggle a widget's editable, clickable, unselectable etc. status
open
open another window
close
close the window
sql
DEPRECATED
loadall
DEPRECATED
loadby
DEPRECATED

Value(s)

Default Value

#REQUIRED

CONFIRM

DEPRECATED: the confirm flag should be specified on the trigger element.

When the event has been triggered, a confirmation box will appear that asks whether or not to perform the api action call on the widget.

Value(s)

Default Value

false

SETVALUEAPPEND

use call="setvalueappend" instead When using the api call setvalue, this boolean can be set to true to tell setvalue to append the text to the end of the widget's current value instead of replacing the widget value.

Value(s)

Default Value

false

TARGETPARENTWINDOW

Value(s)

Default Value

false
Back to API


bond-2.1 DTD