|
OnSave TriggerThe OnSave trigger is activated just before the the toolbar XML is about to be saved to a locacl cache. Syntax:OnSave="Function(); Function2(); ..." Remarks:
Example: <xml id="toolbar"> <toolbar caption="OnRank Example" autosave=1> <control type="edit" caption="Search: " onsave="SetValue(this,'')"></control> </toolbar> </xml> In the above example, the value of the edit control is cleared before it is saved. Compatibility Requires ToolbarBrowser v2.4.6 and later. See Also: |