Parameters [task] Task
[alt] Name
custom( task : string='', icon : string='', iconOver : string='', alt : string='', listSelect :
boolean=true, x : boolean=false ) : void
Adds a custom button to the menu bar. To use x your form must include an input
called hidemainmenu.
Parameters [task] Value of the task input
[icon] Icon to use
[iconOver] Icon to use on mouse over
[alt] Name
[listSelect] Check if a list item is selected
[x] Hide main menu
customX( task : string='', icon : string='', iconOver : string='', alt : string='', listSelect :
boolean=true ) : void
Adds a custom button to the menu bar.
Parameters [task] Value of the task input
[icon] Icon to use
[iconOver] Icon to use on mouse over
[alt] Name
[listSelect] Check if a list item, cid[], is selected
deleteList( msg : string='', task : string='remove', alt : string='Delete' ) : void
Adds a 'delete' button to the menu bar. The default task is remove.
Parameters [msg] Delete confirmation message
[task] Task
[alt] Name
Chapter 8
[ 219 ]
deleteListX( msg : string='', task : string='remove', alt : string='Delete' ) : void
Adds a 'delete' button to the menu bar.
Pages:
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303