META-INF.v4.html.tld Maven / Gradle / Ivy
Tagria html library
Tagria html library
4.0
html
http://v4.tagria.jslsolucoes.com/tags/html
Renders a view . This view must be declared ONLY ONCE and main tag used throughout view
Misc
view
com.jslsolucoes.tagria.tag.html.v4.tag.ViewTag
scriptless
It indicates if inline javascript must be minified. Default:false. Ps:. Enable js minify cause considerable cpu impact on request scale. Consider profile request/sec after enable this feature
minifyJs
true
java.lang.Boolean
It indicates if drop back layer must be activated. Default:false
dropBack
true
java.lang.Boolean
It indicates if html must be minified. Default:false
minifyHtml
true
java.lang.Boolean
It indicates if inline css must be minified. Default:false
minifyCss
true
java.lang.Boolean
Indicates if view act as fragment (without html,head,body and default resources). Default: false
asFragment
true
java.lang.Boolean
Indicates the template that will render
template
true
java.lang.String
Indicates the title of the current page
title
true
java.lang.String
Indicates the localized (i18n) key of title for the current page
titleKey
true
java.lang.String
Indicates the body css class
cssClass
true
java.lang.String
<html:view>
All Components
</html:view>