Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
tld-fragments.misc-fragment.xml Maven / Gradle / Ivy
<fragment>
<tag>
<description>Renders an spinner</description>
<display-name>Misc</display-name>
<name>spinner</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.SpinnerTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>Indicates the type of spinner. Default: grow. Options: border, grow</description>
<name>type</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the status of the group. Default: primary. Options: default, primary, danger, info, success</description>
<name>state</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates a label for the component</description>
<name>label</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates a label key (i18n) for the component</description>
<name>labelKey</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<example>
<html:spinner label="Loading"/>
</example>
</tag>
<tag>
<description>Prints an html element</description>
<display-name>Misc</display-name>
<name>pdf</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.PdfTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>Indicates the component selector that will be exported</description>
<name>attachToSelector</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates if timestamp must be added to fileName export. Default: true</description>
<name>timestamp</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Boolean</type>
</attribute>
<attribute>
<description>It indicates if target element must be rendered as image in pdf. Default: false</description>
<name>asImage</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Boolean</type>
</attribute>
<attribute>
<description>It indicates the pattern of appended file. Default: dd/MM/yyyy HH:mm:ss</description>
<name>pattern</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates the final name of the exported file. Default: uuid.pdf</description>
<name>filename</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates the final name (i18n) of the exported file.</description>
<name>filenameKey</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the title button</description>
<name>title</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the title key(i18n) button</description>
<name>titleKey</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<example>
<html:pdf attachToSelector="#printit"/>
<html:div id="printit">
Print all content here
</html:div>
</example>
</tag>
<tag>
<description>Renders a popover</description>
<display-name>Misc</display-name>
<name>popover</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.PopoverTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>Indicates the component name that triggers the component</description>
<name>attachTo</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the component selector that triggers the component</description>
<name>attachToSelector</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates a label for the component</description>
<name>label</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates a label key (i18n) for the component</description>
<name>labelKey</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates component placement. Options: top,bottom,left,right. Default: top</description>
<name>placement</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<example>
<html:input name="field1"/>
<html:popover attachTo="field1" label="label for helper">
Other components - Popover content
</html:popover>
</example>
</tag>
<tag>
<description>Renders an float print button</description>
<display-name>Misc</display-name>
<name>print</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.PrintTag</tag-class>
<body-content>scriptless</body-content>
<example>
<html:print/>
</example>
</tag>
<tag>
<description>Renders an overlay block interation</description>
<display-name>Misc</display-name>
<name>overlay</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.OverlayTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>It indicates if overlay is enabled. Default: true</description>
<name>enabled</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Boolean</type>
</attribute>
<attribute>
<description>It indicates whether the component should be rendered. Default : true</description>
<name>rendered</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Boolean</type>
</attribute>
<example>
<html:overlay>
<html:div>
Other components
</html:div>
</html:overlay>
</example>
</tag>
<tag>
<description>Renders a tooltip</description>
<display-name>Misc</display-name>
<name>tooltip</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.TooltipTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>Indicates the component name that triggers the tooltip</description>
<name>attachTo</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the component selector that triggers the tooltip</description>
<name>attachToSelector</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates a label for the component</description>
<name>label</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates a label key (i18n) for the component</description>
<name>labelKey</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates tooltip placement. Options: top,bottom,left,right. Default: top</description>
<name>placement</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<example>
<html:input name="field1"/>
<html:tooltip attachTo="field1" label="label for input"/>
</example>
</tag>
<tag>
<description>Renders a content in template slot</description>
<display-name>Misc</display-name>
<name>template</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.TemplateTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>It indicates an attribute name placeholder to render</description>
<name>render</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<example>
-
</example>
</tag>
<tag>
<description>Creates an template parameter</description>
<display-name>Misc</display-name>
<name>templateParameter</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.TemplateParameterTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>It indicates an attribute template name</description>
<name>name</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates an attribute template value</description>
<name>value</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates whether the component should be rendered. Default : true</description>
<name>rendered</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Boolean</type>
</attribute>
<example>
-
</example>
</tag>
<tag>
<description>Renders a jumbotron</description>
<display-name>Misc</display-name>
<name>jumbotron</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.JumbotronTag</tag-class>
<body-content>scriptless</body-content>
<example>
<html:jumbotron>
<html:h1>
Header
</html:h1>
</html:jumbotron>
</example>
</tag>
<tag>
<description>Renders a component with collapsable effect</description>
<display-name>Misc</display-name>
<name>collapsable</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.CollapsableTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>It indicates the label to be used in collapsable</description>
<name>label</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates the label key (i18n) to be used in collapsable</description>
<name>labelKey</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates a css class to the component</description>
<name>cssClass</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates if component must be opened. Default : false. Options : true,false</description>
<name>opened</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Boolean</type>
</attribute>
<attribute>
<description>Indicates the status of the group. Default: primary. Options: default, primary, danger, info, success</description>
<name>state</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<example>
<html:collapsable label="Label 1">
Components
</html:collapsable>
</example>
</tag>
<tag>
<description>Format values</description>
<display-name>Misc</display-name>
<name>format</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.FormatTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>It indicates a type format in which the value must be converted. Default options: date,datetime, timestamp, hour, currency, zipCode, cnpj, tel, cpf</description>
<name>formatter</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<example>
<html:format formatter="currency">
${ myValue}
</html:format>
</example>
</tag>
<tag>
<description>Renders an alert box</description>
<display-name>Misc</display-name>
<name>alert</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.AlertTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>Indicates the id for the component</description>
<name>id</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates a css class to the component</description>
<name>cssClass</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates a label for the alert.</description>
<name>label</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates a label key(i18n) for the alert.</description>
<name>labelKey</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates whether the component can be closed. Default: false</description>
<name>dismissible</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Boolean</type>
</attribute>
<attribute>
<description>It indicates the state where the box should be rendered. Default: warning. Options: primary, secondary, light, dark, warning, success, danger, info</description>
<name>state</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates whether the component should be rendered. Default : true</description>
<name>rendered</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Boolean</type>
</attribute>
<attribute>
<description>It indicates whether the component should be visible. Default : true</description>
<name>visible</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Boolean</type>
</attribute>
<example>
<html:alert state="info">
info
</html:alert>
</example>
</tag>
<tag>
<description>Renders importing a js file or css</description>
<display-name>Misc</display-name>
<name>import</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.ImportTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>Indicates the type of file to be imported. Options: js, css</description>
<name>type</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the URL where the file</description>
<name>url</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<example>
<html:import type="css" url="/assets/css/example.css"/>
<html:import type="js" url="/assets/js/example.js"/>
</example>
</tag>
<tag>
<description>Renders a dialog modal confirmation</description>
<display-name>Misc</display-name>
<name>confirm</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.ConfirmDialogTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>Indicates the size of modal. Default sm. Options: xl,sm,lg</description>
<name>size</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>It indicates the label of the title modal</description>
<name>label</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the URL to confirm the operation</description>
<name>url</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the component target. Default: _self. Options: _blank, _newtab, nomedoiframe</description>
<name>target</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the component name that triggers the confirm screen</description>
<name>attachTo</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the component selector that triggers the confirm screen</description>
<name>attachToSelector</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<example>
<html:button id="btn1" label="Confirm that ?"/>
<html:confirm url="#" label="Titulo do modal" attachToSelector="#btn1"/>
</example>
</tag>
<tag>
<description>Renders a animation attachment</description>
<display-name>Misc</display-name>
<name>animate</name>
<tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.misc.AnimateTag</tag-class>
<body-content>scriptless</body-content>
<attribute>
<description>Indicates the animation. Options: bounce,flash,pulse,rubberBand,shake,headShake,swing,tada,wobble,jello,bounceIn,bounceInDown,bounceInLeft,bounceInRight,bounceInUp,bounceOut,bounceOutDown,bounceOutLeft,bounceOutRight,bounceOutUp,fadeIn,fadeInDown,fadeInDownBig,fadeInLeft,fadeInLeftBig,fadeInRight,fadeInRightBig,fadeInUp,fadeInUpBig,fadeOut,fadeOutDown,fadeOutDownBig,fadeOutLeft,fadeOutLeftBig,fadeOutRight,fadeOutRightBig,fadeOutUp,fadeOutUpBig,flipInX,flipInY,flipOutX,flipOutY,lightSpeedIn,lightSpeedOut,rotateIn,rotateInDownLeft,rotateInDownRight,rotateInUpLeft,rotateInUpRight,rotateOut,rotateOutDownLeft,rotateOutDownRight,rotateOutUpLeft,rotateOutUpRight,hinge,jackInTheBox,rollIn,rollOut,zoomIn,zoomInDown,zoomInLeft,zoomInRight,zoomInUp,zoomOut,zoomOutDown,zoomOutLeft,zoomOutRight,zoomOutUp,slideInDown,slideInLeft,slideInRight,slideInUp,slideOutDown,slideOutLeft,slideOutRight,slideOutUp,heartBeat</description>
<required>true</required>
<name>animation</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the animation delay . Default: 2s. Options: 1-5s</description>
<name>delay</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.Integer</type>
</attribute>
<attribute>
<description>Indicates the component name that triggers the confirm screen</description>
<name>attachTo</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<attribute>
<description>Indicates the component selector that triggers the confirm screen</description>
<name>attachToSelector</name>
<rtexprvalue>true</rtexprvalue>
<type>java.lang.String</type>
</attribute>
<example>
<html:input name="input1" placeholder="Animated on show" />
<html:animate attachTo="input1" animation="bounce"/>
</example>
</tag>
</fragment>