Parameters [task] Task
[alt] Name
addNewX( task : string='add', alt : string='New' ) : void
Adds an 'add new' button; default task is add. This method hides the main menu
when pressed; the adminForm form must include an input called hidemainmenu.
Parameters [task] Task
[alt] Name
apply( task : string='apply', alt : string='Apply' ) : void
Adds an apply button to the menu bar. The default task is apply.
Parameters [task] Task
[alt] Name
archiveList( task : string='archive', alt : string='Archive' ) : void
Adds an archive button to the menu bar. The default task is archive. Requires
that at least one list item is selected.
Parameters [task] Task
[alt] Name
assign( task : string='assign', alt : string='Assign' ) : void
Adds an 'assign' button to the menu bar. The default task is assign.
Parameters [task] Task
[alt] Name
Rendering Output
[ 218 ]
back( alt : string='Back', href : string='javascript:history.back();' ) : void
Adds a 'back' button to the menu bar.
Parameters [alt] Name
[href] URI
cancel( task : string='cancel', alt : string='Cancel' ) : void
Adds a 'cancel' button to the menu bar.
Pages:
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302