Tag Summary |
ajax_redirect | Auto redirection to the current page if it is the result of an AJAX call |
button | Button Widget |
checkbox | Check box widget |
combobox | Combo box widget |
comboitem | Combo box item |
comboitems | Dynamic items generated from a 'ListItem' data provider or a data list |
container | Standard view container |
count | Get the current count of an iteration |
debug | Do a debug action, the result is printed as a comment in the page source. |
default | Set default attribute values for a tag (only for the current page scope) |
element | Get template element value |
field | Standard entry field |
fieldcombo | Standard entry field with list picker |
fileupload | Widget for selecting a file to upload |
form | Standard form for user input (used to submit user-data to a specified URL) |
groupbox | Permet de créer une zone groupée encadrée |
hidden | Hidden field (to store hidden data) |
htmlviewer | HTML viewer |
image | Image widget with standard src or context resource path |
import_css | Imports a CSS file ( current screen CSS or specific path ) |
import_css_framework | Imports the framework CSS file |
import_js | Imports a Javascript file ( current screen CSS or specific path ) |
import_js_framework | Imports the framework Javascript file |
include | Includes the given server resource at the current position |
include_body | Includes the screen body at the current position |
index | Get the current index in an iteration |
init_env | Initialize the Telosys Javascript environment |
iterate | Iterates over the given list |
label | Label Widget |
link | Link widget |
link_screen | Link to screenmap widget |
list | List ( to assemble listhead and listbody ) |
listbody | List body ( set of rows ) |
listhead | List header |
listcell | List cell |
listrow | List row |
listbox | List box widget |
listitem | List box item |
listitems | Dynamic items generated from a 'ListItem' data provider or a data list |
loop | Loops over an index (from a value to another one) |
menubar | Menu bar widget |
menubox | Menu box widget (popup menu) |
menuitem | Menu item widget (to populate 'menubar' and 'menubox' tags) A menu item can be used to fire a JavaScript action (with 'onclick'), to refer a submenu (with 'menubox'), to navigate to a new screen (with 'screen' and 'param'), or to a context resource ( with 'cres' ), or to an external link ( with 'href' ). |
no_cache | Set http response headers to avoid caching |
out | Retrieve and output the specified data |
panel | Panel ( widgets container ) |
radiogroup | Radio group widget (radio items container) |
radioitem | Radio item widget |
richtexteditor | Rich Text Editor widget |
screen_desc | Get the current screen map description |
screen_id | Get the current screen Id |
screen_name | Get the current screen name |
screenbody | ScreenBody container |
set | Set a variable value |
spinedit | Numeric input field with arrow buttons to increase or decrease the value |
tabbox | Tabs and TabPanels container |
tabs | Tab set container |
tab | Tab widget |
tabpanels | Tabpanels container |
tabpanel | Tabpanel widget |
text | Output the text (with translation if necessary) |
textarea | Text Area widget |
treeview | TreeView widget |
treenodes | Tree nodes source |
treenode | Tree node widget |
unset | Unset a variable (remove it) |
url | Get the full client-side URL for the given context path |
url_actions | Get the full URL for actions call from the client side |
url_screenmap | Define the full screenmap URL (to get a screen from the client side) |
with | Define a default bean for nested tags. The nested part of code is processed only if the bean is found, or if the 'without' attribute is set to 'process' |
without | Define a nested part of code that is processed only if the bean is NOT found. This tag is the opposite of the 'with' tag. |
lifecycle | Display informations about the tag lifecycle (trace standard all tags methods) DO NOT USE THIS TAG ( it is useful only for technical tests with JSP compilers ) |