31 lines
2.0 KiB
XML
31 lines
2.0 KiB
XML
<templateSet group="html/xml">
|
|
<template name="t" value="<$TAG$>$END$</$TAG_NAME$>" description="Tag pair" toReformat="true" toShortenFQNames="true">
|
|
<variable name="TAG" expression="" defaultValue="" alwaysStopAt="true" />
|
|
<variable name="ATTRS" expression="" defaultValue="""" alwaysStopAt="false" />
|
|
<variable name="TAG_NAME" expression="firstWord(TAG)" defaultValue="""" alwaysStopAt="false" />
|
|
<context />
|
|
</template>
|
|
<template name="T" value="<$TAG$>$SELECTION$</$TAGNAME$> " description="Surround with <tag></tag>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="TAG" expression="" defaultValue="" alwaysStopAt="true" />
|
|
<variable name="SELECTION" expression="" defaultValue="" alwaysStopAt="false" />
|
|
<variable name="TAGNAME" expression="firstWord(TAG)" defaultValue="""" alwaysStopAt="false" />
|
|
<context />
|
|
</template>
|
|
<template name="T2" value="<$TAG$>$SELECTION$</$TAGNAME$>" description="Surround with <tag></tag> in HTML/JSP" toReformat="false" toShortenFQNames="false">
|
|
<variable name="TAG" expression="" defaultValue="" alwaysStopAt="true" />
|
|
<variable name="SELECTION" expression="" defaultValue="" alwaysStopAt="false" />
|
|
<variable name="TAGNAME" expression="firstWord(TAG)" defaultValue="""" alwaysStopAt="false" />
|
|
<context />
|
|
</template>
|
|
<template name="CD" value="<![CDATA[ $SELECTION$ ]]>" description="Surround with CDATA section" toReformat="false" toShortenFQNames="false">
|
|
<variable name="SELECTION" expression="" defaultValue="" alwaysStopAt="false" />
|
|
<context />
|
|
</template>
|
|
<template name="tk" value="<f:translate key="$END$"/>" description="Translation viewhelper" toReformat="false" toShortenFQNames="true">
|
|
<context>
|
|
<option name="HTML_TEXT" value="true" />
|
|
<option name="HTML" value="true" />
|
|
<option name="OTHER" value="true" />
|
|
</context>
|
|
</template>
|
|
</templateSet> |