The default task is remove.
Parameters [msg] Delete confirmation message
[task] Task
[alt] Name
divider( ) : void
Adds a divider; a vertical line.
editCss( task : string='edit_css', alt : string='Edit CSS' ) :void
Adds an 'edit' button to the menu bar. The default task is edit_css.
Parameters [task] Task
[alt] Name
editCssX( task : string='edit_css', alt : string='Edit CSS' ) :void
Adds an 'edit' button to the menu bar. The default task is edit_css.
Parameters [task] Task
[alt] Name
editHtml( task : string='edit_source', alt : string='Edit HTML' ) : void
Adds an 'edit' button to the menu bar. The default task is edit_source.
Parameters [task] Task
[alt] Name
editHtmlX( task : string='edit_source', alt : string='Edit HTML' ) : void
Adds an 'edit' button to the menu bar. The default task is edit_source. Checks
the value of the input box checked; if it equals 0, a JavaScript alert message is
displayed telling the administrator to make a selection.
Parameters [task] Task
[alt] Name
editList( task : string='edit', alt : string='Edit' ) : void
Adds an 'edit' button to the menu bar.
Pages:
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304