📄 ajaxtags.tld
字号:
<attribute> <name>attachTo</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Name of the JavaScript object to which updateField will attach. You must define 'var' for this to work. </description> </attribute> <attribute> <name>baseUrl</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> URL of server-side action or servlet that processes a simple command </description> </attribute> <attribute> <name>source</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> The form field that will hold the parameter passed to the servlet </description> </attribute> <attribute> <name>target</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> A comma-delimited list of form field IDs that will be populated with results </description> </attribute> <attribute> <name>action</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> ID of form button or image tag that will fire the onclick event </description> </attribute> <attribute> <name>parameters</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> A comma-separated list of parameters to pass to the server-side action or servlet </description> </attribute> <attribute> <name>eventType</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the event type to attach to the source field(s) </description> </attribute> <attribute> <name>preFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute before Ajax is begun </description> </attribute> <attribute> <name>postFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute after Ajax is finished, allowing for a chain of additional functions to execute </description> </attribute> <attribute> <name>errorFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute if there is a server exception (non-200 HTTP response) </description> </attribute> <attribute> <name>parser</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> The response parser to implement [default=ResponseHtmlParser] </description> </attribute> </tag> <tag> <name>callout</name> <tag-class>net.sourceforge.ajaxtags.tags.AjaxCalloutTag</tag-class> <description> Builds the JavaScript required to hook a callout or popup balloon to a link, image, or other HTML element's onclick event </description> <attribute> <name>doPost</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> set methodtype to post if true else false </description> </attribute> <attribute> <name>var</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Name of the JavaScript object created </description> </attribute> <attribute> <name>attachTo</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Name of the JavaScript object to which callout will attach. You must define 'var' for this to work. </description> </attribute> <attribute> <name>baseUrl</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> URL of server-side action or servlet that processes a simple command </description> </attribute> <attribute> <name>source</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> The ID of the element to which the callout will be attached </description> </attribute> <attribute> <name>sourceClass</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> The CSS class name of the elements to which the callout will be attached </description> </attribute> <attribute> <name>parameters</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> A comma-separated list of parameters to pass to the server-side action or servlet </description> </attribute> <attribute> <name>title</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description>Title for callout's box header.</description> </attribute> <attribute> <name>overlib</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description>Options for OverLib.</description> </attribute> <attribute> <name>preFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute before Ajax is begun </description> </attribute> <attribute> <name>postFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute after Ajax is finished, allowing for a chain of additional functions to execute </description> </attribute> <attribute> <name>errorFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute if there is a server exception (non-200 HTTP response) </description> </attribute> <attribute> <name>openEventType</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Event that will trigger the callout </description> </attribute> <attribute> <name>closeEventType</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description>Event that will close the box</description> </attribute> </tag> <tag> <name>htmlContent</name> <tag-class>net.sourceforge.ajaxtags.tags.AjaxHtmlContentTag</tag-class> <description> Builds the JavaScript required to hook a content area (e.g., DIV tag) to a link, image, or other HTML element's onclick event </description> <attribute> <name>postFunctionParameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> postFunction parameters eval(STRING) </description> </attribute> <attribute> <name>errorFunctionParameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> errorFunctionParameter </description> </attribute> <attribute> <name>preFunctionParameter</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> preFunctionParameter </description> </attribute> <attribute> <name>doPost</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> set methodtype to post if true else false </description> </attribute> <attribute> <name>var</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Name of the JavaScript object created </description> </attribute> <attribute> <name>attachTo</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Name of the JavaScript object to which htmlContent will attach. You must define 'var' for this to work. </description> </attribute> <attribute> <name>baseUrl</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> URL of server-side action or servlet that processes a simple command </description> </attribute> <attribute> <name>source</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> The ID of the element to which the event will be attached </description> </attribute> <attribute> <name>sourceClass</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> The CSS class name of the elements to which the event will be attached </description> </attribute> <attribute> <name>parameters</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> A comma-separated list of parameters to pass to the server-side action or servlet </description> </attribute> <attribute> <name>target</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> ID of DIV tag or other element that will be filled with the response's HTML </description> </attribute> <attribute> <name>eventType</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Specifies the event type to attach to the source field(s) </description> </attribute> <attribute> <name>preFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute before Ajax is begun </description> </attribute> <attribute> <name>postFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute after Ajax is finished, allowing for a chain of additional functions to execute </description> </attribute> <attribute> <name>errorFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute if there is a server exception (non-200 HTTP response) </description> </attribute> </tag> <tag> <name>tree</name> <tag-class>net.sourceforge.ajaxtags.tags.AjaxTreeTag</tag-class> <description>TODO</description> <attribute> <name>id</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description>The ID of the tree</description> </attribute> <attribute> <name>preFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute before Ajax is called </description> </attribute> <attribute> <name>postFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute after Ajax is finished, allowing for a chain of additional functions to execute </description> </attribute> <attribute> <name>errorFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute if there is a server exception (non-200 HTTP response) </description> </attribute> <attribute> <name>parser</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> The response parser to implement [default=ResponseXmlToHtmlLinkListParser] </description> </attribute> <attribute> <name>baseUrl</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> The URL to use for the AJAX action, which will return content for this node </description> </attribute> <attribute> <name>collapsedClass</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> CSS style class for the node image(when collapsed) </description> </attribute> <attribute> <name>expandedClass</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> CSS style class for the node image(when expanded) </description> </attribute> <attribute> <name>treeClass</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> CSS style class for the unsorted list </description> </attribute> <attribute> <name>nodeClass</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> CSS style class for the node(does not include the image) </description> </attribute> <attribute> <name>parameters</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> A comma-separated list of parameters to pass to the server-side action or servlet </description> </attribute> </tag> <tag> <name>tabPanel</name> <tag-class>net.sourceforge.ajaxtags.tags.AjaxTabPanelTag</tag-class> <description>TODO</description> <attribute> <name>id</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description>The ID of the tab panel</description> </attribute> <attribute> <name>preFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute before Ajax is called </description> </attribute> <attribute> <name>postFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute after Ajax is finished, allowing for a chain of additional functions to execute </description> </attribute> <attribute> <name>errorFunction</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> Function to execute if there is a server exception (non-200 HTTP response) </description> </attribute> <attribute> <name>parser</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> The response parser to implement [default=ResponseHtmlParser] </description> </attribute> </tag> <tag> <name>tab</name> <tag-class>net.sourceforge.ajaxtags.tags.AjaxTabPageTag</tag-class> <body-content>empty</body-content> <description>TODO</description> <attribute> <name>baseUrl</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> The URL to use for the AJAX action, which will return content for this tab </description> </attribute>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -