Creates a checkbox based tag editor, allowing you to check/uncheck based on all tags in the wiki. If your tag list is long, you may wish to use CSS to put the list in a scrolling window (information on the structure of the generated html will come soon).
widget.tags.editor();
Because these functions are really only available to logged-in users, people with public wikis may want to modify this line to:
if (widget.loggedIn) widget.tags.editor();
In this case, only logged-in users will see the editing interface.
A working example is available at: http://non-educational.pbwiki.com/TagEditor (log in for best results)
Page Information
|
Wiki Information |
Recent PBwiki Blog Posts |