Iterates through the list of available editors, so a user can choose which editor to use.
Usage#
<wiki:HistoryIterator id="<variable name>">
- HTML or JSP
Parameters#
- id
- Name of the variable to create.
Example#
Editor:<br/>
<select onchange="location.href=this.value">
<wiki:EditorIterator id="editor">
<option <%=editor.isSelected()%> value="<%=editor.getURL()%>"><%=editor.getName()%></option>
</wiki:EditorIterator>
</select>
Add new attachment
Only authorized users are allowed to upload new attachments.
. Use this wiki only for improving the documentation.