📄 form.formpanel.tag
字号:
<%@ attribute
name="onEnable"
type="java.lang.String"
required="false"
description="
( Ext.Component this )Fires after the component is enabled.
" %>
<%@ attribute
name="onExpand"
type="java.lang.String"
required="false"
description="
( Ext.Panel p )Fires after the Panel has been expanded.
" %>
<%@ attribute
name="onHide"
type="java.lang.String"
required="false"
description="
( Ext.Component this )Fires after the component is hidden.
" %>
<%@ attribute
name="onMove"
type="java.lang.Integer"
required="false"
description="
( Ext.Component this, Number x, Number y )Fires after the component is moved.
" %>
<%@ attribute
name="onRemove"
type="java.lang.String"
required="false"
description="
( Ext.Container this, Ext.Component component )Fires after any Ext.Component is removed from the container.
" %>
<%@ attribute
name="onRender"
type="java.lang.String"
required="false"
description="
( Ext.Component this )Fires after the component is rendered.
" %>
<%@ attribute
name="onResize"
type="java.lang.Integer"
required="false"
description="
( Ext.Component this, Number adjWidth, Number adjHeight, Number rawWidth, Number rawHeight )Fires after the component is resized.
" %>
<%@ attribute
name="onShow"
type="java.lang.String"
required="false"
description="
( Ext.Component this )Fires after the component is shown.
" %>
<%@ attribute
name="onStaterestore"
type="java.lang.Object"
required="false"
description="
( Ext.Component this, Object state )Fires after the state of the component is restored.
" %>
<%@ attribute
name="onStatesave"
type="java.lang.Object"
required="false"
description="
( Ext.Component this, Object state )Fires after the state of the component is saved to the configured state provider.
" %>
<%@ attribute
name="onTitlechange"
type="java.lang.String"
required="false"
description="
( Ext.Panel p, String The )Fires after the Panel title has been set or changed.
" %>
<%-- Events _____________________________END --%>
<%-- Added params _____________________________START --%>
<%@ attribute
name="layout"
type="java.lang.String"
required="false"
description="
(String)The layout type to be used in this container. If not specified, a default Ext.layout.ContainerLayout will be created and used. Valid values are: accordion, anchor, border, card, column, fit, form and table. Specific config values for the chosen layout type can be specified using layoutConfig.
" %>
<%-- Added params _____________________________END --%>
<%-- Added params (Action) _____________________________START --%>
<%@ attribute
name="baseParams"
type="java.lang.Object"
required="false"
description="(Object)Parameters to pass with all requests. e.g. baseParams: {id: '123', foo: 'bar'}."
%>
<%@ attribute
name="errorReader"
type="java.lang.String"
required="false"
description="(DataReader)An Ext.data.DataReader (e.g. Ext.data.XmlReader) to be used to read data when reading validation errors on 'submit' actions. This is completely optional as there is built-in support for processing JSON."
%>
<%@ attribute
name="fileUpload"
type="java.lang.Boolean"
required="false"
description="(Boolean)Set to true if this form is a file upload."
%>
<%@ attribute
name="method"
type="java.lang.String"
required="false"
description="(String)The request method to use (GET or POST) for form actions if one isn't supplied in the action options."
%>
<%@ attribute
name="reader"
type="java.lang.String"
required="false"
description="(DataReader)An Ext.data.DataReader (e.g. Ext.data.XmlReader) to be used to read data when executing 'load' actions. This is optional as there is built-in support for processing JSON."
%>
<%@ attribute
name="submit"
type="java.lang.String"
required="false"
description="(String) Submit method"
%>
<%@ attribute
name="timeout"
type="java.lang.Integer"
required="false"
description="(Number)Timeout for form actions in seconds (default is 30 seconds)."
%>
<%@ attribute
name="url"
type="java.lang.String"
required="false"
description="(String)The URL to use for form actions if one isn't supplied in the action options."
%>
<%@ attribute
name="trackResetOnLoad"
type="java.lang.Boolean"
required="false"
description="(Boolean)If set to true, form.reset() resets to the last loaded or setValues() data instead of when the form was first created."
%>
<%@ attribute
name="onActioncomplete"
type="java.lang.String"
required="false"
description="
( Form this, Action action )Fires when an action is completed.
Listeners will be called with the following arguments:
* this : Form
* action : Action
The Ext.form.Action that completed
" %>
<%@ attribute
name="onActionfailed"
type="java.lang.String"
required="false"
description="
( Form this, Action action )Fires when an action fails.
Listeners will be called with the following arguments:
* this : Form
* action : Action
The Ext.form.Action that failed
" %>
<%@ attribute
name="onSubmit"
type="java.lang.String"
required="false"
description="
( Ext.Component this )Fires on submit" %>
<%@ attribute
name="onBeforeaction"
type="java.lang.String"
required="false"
description="
( Form this, Action action )Fires before any action is performed. Return false to cancel the action.
Listeners will be called with the following arguments:
* this : Form
* action : Action
The Ext.form.Action to be performed
" %>
<%-- Added params (Action) _____________________________END --%>
<%-- Added attribs (region,splitRegion)_____________________________START --%>
<%@ attribute
name="region"
type="java.lang.String"
required="false"
description="
(String) This region's layout position (north, south, east, west or center).
" %>
<%@ attribute
name="animFloat"
type="java.lang.Boolean"
required="false"
description="
(Boolean)When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel that will close again once the user mouses out of that panel (or clicks out if autoHide = false). Setting animFloat to false will prevent the open and close of these floated panels from being animated (defaults to true).
" %>
<%@ attribute
name="autoHide"
type="java.lang.Boolean"
required="false"
description="
(Boolean)When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel. If autoHide is true, the panel will automatically hide after the user mouses out of the panel. If autoHide is false, the panel will continue to display until the user clicks outside of the panel (defaults to true).
" %>
<%@ attribute
name="cmargins"
type="java.lang.Object"
required="false"
description="
(Object)An object containing margins to apply to the region's collapsed element in the format {left: (left margin), top: (top margin), right: (right margin), bottom: (bottom margin)}
" %>
<%@ attribute
name="collapseMode"
type="java.lang.String"
required="false"
description="
(String)By default, collapsible regions are collapsed by clicking the expand/collapse tool button that renders into the region's title bar. Optionally, when collapseMode is set to 'mini' the region's split bar will also display a small collapse button in the center of the bar. In 'mini' mode the region will collapse to a thinner bar than in normal mode. By default collapseMode is undefined, and the only two supported values are undefined and 'mini'. Note that if a collapsible region does not have a title bar, then collapseMode must be set to 'mini' in order for the region to be collapsible by the user as the tool button will not be rendered.
" %>
<%@ attribute
name="floatable"
type="java.lang.Boolean"
required="false"
description="
(Boolean)True to allow clicking a collapsed region's bar to display the region's panel floated above the layout, false to force the user to fully expand a collapsed region by clicking the expand button to see it again (defaults to true).
" %>
<%@ attribute
name="margins"
type="java.lang.Object"
required="false"
description="
(Object)An object containing margins to apply to the region in the format {left: (left margin), top: (top margin), right: (right margin), bottom: (bottom margin)}
" %>
<%@ attribute
name="minHeight"
type="java.lang.Integer"
required="false"
description="
(Number)The minimum allowable height in pixels for this region (defaults to 50)
" %>
<%@ attribute
name="minWidth"
type="java.lang.Integer"
required="false"
description="
(Number)The minimum allowable width in pixels for this region (defaults to 50)
" %>
<%@ attribute
name="split"
type="java.lang.Boolean"
required="false"
description="
(Boolean)True to display a Ext.SplitBar between this region and its neighbor, allowing the user to resize the regions dynamically (defaults to false). When split = true, it is common to specify a minSize and maxSize for the region.
" %>
<%@ attribute
name="collapsibleSplitTip"
type="java.lang.String"
required="false"
description="
(String)The tooltip to display when the user hovers over a collapsible region's split bar (defaults to 'Drag to resize. Double click to hide.'). Only applies if useSplitTips = true.
" %>
<%@ attribute
name="splitTip"
type="java.lang.String"
required="false"
description="
(String)The tooltip to display when the user hovers over a non-collapsible region's split bar (defaults to 'Drag to resize.'). Only applies if useSplitTips = true.
" %>
<%@ attribute
name="useSplitTips"
type="java.lang.Boolean"
required="false"
description="
(Boolean)True to display a tooltip when the user hovers over a region's split bar (defaults to false). The tooltip text will be the value of either splitTip or collapsibleSplitTip as appropriate.
" %>
<%-- Added attribs _____________________________END --%>
<%@ include file="inc/taglibs.jsp" %>
<%@ tag
import="org.apache.commons.beanutils.BeanUtils"
dynamic-attributes="dynamicAttributes"
description="Standard form container. Although they are not listed, this class also accepts all the config options required to configure its internal Ext.form.BasicForm. By default, Ext Forms are submitted through Ajax, using Ext.form.Action. To enable normal browser submission of the Ext Form contained in this FormPanel, override the Form's onSubmit, and submit methods. " %>
<c:if test="${empty(id)}">
<c:set var="id"><extutil:getTagId tag="<%= this %>" /></c:set>
</c:if>
<extutil:processTagAttributes
configVar="configMap"
eventsVar="eventsMap"
include="*"
exclude="items"
javaScript="dragConfig,dropConfig,loader"
tagJspContext="<%=jspContext %>"
dynamicAttributes="${dynamicAttributes}" />
<jsp:doBody/>
<%-- Process JSP body --%>
<c:set var="item">
new Ext.form.FormPanel({
<c:forEach items="${configMap}" var="config">
${config.key}:${config.value},
</c:forEach>
<c:if test="<%= BeanUtils.getProperty(this,"items")!=null %>">
items:[<%
String items = BeanUtils.getProperty(this,"items");
jspContext.getOut().write(items.substring(0,items.length()-1));
%>],
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"tbar")!=null %>">
tbar:[
<%
String tbar = BeanUtils.getProperty(this,"tbar");
jspContext.getOut().write(tbar.substring(0,tbar.length()-1));
%>
],
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"bbar")!=null %>">
bbar:[
<%
String bbar = BeanUtils.getProperty(this,"bbar");
jspContext.getOut().write(bbar.substring(0,bbar.length()-1));
%>
],
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"buttons")!=null %>">
buttons:[
<%
String buttons = BeanUtils.getProperty(this,"buttons");
jspContext.getOut().write(buttons.substring(0,buttons.length()-1));
%>
],
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"tools")!=null %>">
tools:[
<%
String tools = BeanUtils.getProperty(this,"tools");
jspContext.getOut().write(tools.substring(0,tools.length()-1));
%>
],
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"reader")!=null %>">
reader:<%=BeanUtils.getProperty(this,"reader") %>,
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"errorReader")!=null %>">
errorReader:<%=BeanUtils.getProperty(this,"errorReader") %>,
</c:if>
listeners:{
<c:forEach items="${eventsMap}" var="event" varStatus="status">
<c:if test="${fn:indexOf(event.value,'function(')==-1}">
${event.key}:function(){${event.value}}
</c:if>
<c:if test="${fn:indexOf(event.value,'function(')>-1}">
${event.key}:${event.value}
</c:if>
${status.last?'':','}
</c:forEach>
}
}),
</c:set>
<extutil:setParentProperties
tag="<%=this%>"
items="${item}" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -