|
[
tag libraries
]
[
tags
]
Library | Description |
jelly:interaction
|
A simple interaction tag library so that Jelly scripts can be interactive.
|
A simple interaction tag library so that Jelly scripts can be interactive.
Tag Name | Description |
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.
|
[
tag libraries
]
[
tags
]
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 Name | Type | Description |
answer | java.lang.String | Sets the name of the variable that will hold the answerThis defaults to "interact.answer".
|
default | java.lang.String | Sets the default answer to the question.If it is present, it will appear inside [].
|
escapeText | boolean |
|
prompt | java.lang.String | Sets the prompt that will be displayed before the user's input.
|
question | java.lang.String | Sets the question to ask to the user. If a "default" attributeis present, it will appear inside [].
|
trim | boolean |
|
|