In the form below, you may manage the list of drawer libraries for the Kupu editor. Each property of a library is dynamically expanded at execution time using TALES expressions. That way it is possible, to support libraries like Current folder or My folder very easily.
Libraries with ids that begin with an underscore will not display in the initial library list. _search will be used to set the icon and title for search results. The first $ character in the title will be replaced by the search string. _selection will be used to set the icon and title for the current selection.
The title string may contain html <br> tags to put a line break in the title (not the xhtml <br/> form), but otherwise tags are not interpreted.
The following variables are available in the TALES expressions:
object |
The current context object |
object_url |
The URL of the current context object |
folder |
The folder the context object is located in |
folder_url |
The URL of the folder the context object is located in |
portal |
The portal object |
portal_url |
URL of the portal |
member |
Authenticated member |
request |
Request |