Tag Documentation

[ tag libraries ] [ tags ]

The following document contains a summary of all the Jelly tag libraries.

Tag Libraries

[ tag libraries ] [ tags ]

LibraryDescription
jelly:interaction

A simple interaction tag library so that Jelly scripts can be interactive.

jelly:interaction

A simple interaction tag library so that Jelly scripts can be interactive.

Tag NameDescription
ask Jelly Tag that asks the user a question, and puts his answer intoa variable, with the attribute "answer".This variable may be reused further as any other Jelly variable.

Tags

[ tag libraries ] [ tags ]

interaction:ask

Jelly Tag that asks the user a question, and puts his answer intoa variable, with the attribute "answer".This variable may be reused further as any other Jelly variable.

Attribute NameTypeDescription
answerjava.lang.StringSets the name of the variable that will hold the answerThis defaults to "interact.answer".
defaultjava.lang.StringSets the default answer to the question.If it is present, it will appear inside [].
escapeTextboolean
promptjava.lang.StringSets the prompt that will be displayed before the user's input.
questionjava.lang.StringSets the question to ask to the user. If a "default" attributeis present, it will appear inside [].
trimboolean