| NetUI Tag Library Documentation | ||||||
| FRAMES NO FRAMES |
NetUI HTML controls taglibrary.
<%@ taglib prefix="netui"
uri="http://beehive.apache.org/netui/tags-html-1.0" %>
<anyxmlelement xmlns:netui="http://beehive.apache.org/netui/tags-html-1.0" />
| Tag Summary | |
|---|---|
| anchor | Generates an anchor that can link to another document or invoke an action method in the Controller file. |
| area | Generates a URL-encoded area to a specified URI. |
| attribute | Adds an attribute to the parent tag rendered in the browser. |
| base | Provides the base for every URL on the page. |
| behavior | Add an attribute to the parent tag rendered. |
| bindingUpdateErrors | Renders the set of error messages found during the process of resolving data binding expressions (${pageFlow.firstname}, ${requestScope.firstname}, etc.). |
| body | Renders an HTML <body> tag with the attributes specified. |
| button | Renders an <input type="button"> tag with the specified attributes. |
| checkBox | Generates a single HTML checkbox. |
| checkBoxGroup | Renders a collection of checkbox options as <input type="checkbox"> and handles the data binding. |
| checkBoxOption | Renders a single HTML checkbox within a group of checkboxes. |
| configurePopup | Configures popup window parameters for parent tags that can open popup windows. |
| content | Displays text or the result of an expression. |
| divPanel | Creates an HTML <div> tag that may contain additional <div> tags. |
| error | Renders an error message with a given error key if that key can be found in the
ActionMessages registered in the PageContext at
org.apache.struts.action.Action.ERROR_KEY.
|
| errors | Renders the set of error messages found in the ActionMessages
registered in the PageContext at org.apache.struts.action.Action.ERROR_KEY.
|
| exceptions | Renders exception messages and stack traces inline on the JSP page. |
| fileUpload | Renders an HTML input tag with which users can browse, select, and upload files from their local machine. |
| form | Renders an HTML form that can be submitted to a Java method in the Controller file for processesing. |
| formatDate | A formatter used to format dates. |
| formatNumber | A formatter used to format numbers. |
| formatString | A formatter used to format strings. |
| hidden | Generates an HTML hidden tag with a given value. |
| html | Renders an <html> tag. |
| image | Renders an HTML <img> tag with specified attributes. |
| imageAnchor | Generates a hyperlink with a clickable image. |
| imageButton | Renders an <input type="image"> tag with the specified attributes.
|
| label | Associates text with an input element in a <netui:form>. |
| parameter | Writes a name/value pair to the URL or the parent tag. |
| parameterMap | Writes a group of name/value pairs to the URL or the parent tag. |
| radioButtonGroup | Renders a collection of radiobutton options as <input type="radio"> and handles the data binding of their values. |
| radioButtonOption | Generates a single radiobutton option in a group of options. |
| retrievePopupOutput | Causes a value to be retrieved when a popup window closes. |
| rewriteName | Allows a name, typically either an id or name attribute,
to participate in URL rewritting.
|
| rewriteURL | Allows a URL to participate in URL rewritting. |
| scriptBlock | Outputs a script block into the generated HTML. |
| scriptContainer | Acts as a container that will bundle up JavaScript created by other <netui...> tags, and outputs it within a single <script> tag. |
| scriptHeader | ScriptHeader will write the <script> and JavaScript includes into the HTML <head> tag. |
| select | Renders an HTML <select> tag containing a set of selectable options. |
| selectOption | Renders a single <option> tag. |
| span | Generates styled text based on a String literal or data binding expression. |
| textArea | Renders an HTML <textarea> tag. |
| textBox | Renders an HTML <input type="text"> tag. |
| tree | Renders a navigable tree of TreeElement objects. |
| treeContent | Set the additional content that will be displayed on the right of the label of a tree. |
| treeHtmlAttribute | Set an attribute on the tree. |
| treeItem | Adds a tree node to the parent node (either a <netui:tree> or another <netui:treeItem>). |
| treeLabel | Set the text displayed for the selection link the given tree node (the TreeItem tag). |
| treePropertyOverride | Overrides the tree properties. |
| Library Information | |
| Display Name | None |
| Version | 1.0 |
| Short Name | netui |
| URI | http://beehive.apache.org/netui/tags-html-1.0 |
|
||||||
| FRAMES NO FRAMES |