Requires that at least one list item is
selected, cid[].
Parameters [task] Task
[alt] Name
save( task : string='save', alt : string='Save' ) : void
Adds a 'save' button to the menu bar.
Parameters [task] Task
[alt] Name
spacer( width : int='' ) : void
Adds a spacer; use width parameter to determine the size of the spacer.
Parameters [width] Spacer width
title( title : string, icon : string='generic.png' ) : void
Sets the title and the icon title class of the menu bar.
Parameters title Title
[icon] Title class, prepended to icon-48-
trash( task : string='remove', alt : string= Trash', check : boolean=true ) : void
Adds a 'trash' button to the menu bar. The default task is remove.
Parameters [task] Task
[alt] Name
[check] Check that an item is selected
Rendering Output
[ 222 ]
unarchiveList( task : string='unarchive', alt : string='Unarchive' ) : void
Adds an 'unarchive' button to the menu bar. The default task is unarchive.
Requires that at least one list item is selected, cid[].
Parameters [task] Task
[alt] Name
unpublish( task : string='unpublish', alt : string='Unpublish' ) : void
Adds an 'unpublish' button to the menu bar.
Pages:
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307