// HTML support in CGroupHTML luascript // execute the enclosed lua script immediately. NB : this is NOT like javascript, you can't affect the page content or detect button event. // Change the current font color for normal text // Anchor, works with text and images href = "http://www.nevrax.com" // Absolute URI. Can run one or more action handlers use this syntax: "ah:action1¶ms11=value11¶ms12=value12&&action2¶ms21=value21¶ms22=value22" z_action_shortcut = "action" // Insert a description of the keyboard shortcut used by the action handler passed in parameter z_action_params = "parameter" // Action handler parameters z_action_category = "" // Category of the action ("", "debug", "edit" etc.. see actions.xml) bgcolor = "#003366" // Page background color, if not specified, use the default CGroupHTML background color
action = "http://www.nevrax.com/form.php" // Absolute or relative URI. Action to perform to post the FORM (always post method). name = "value0" // The name of the form input type = "text" // Type of form input. Can be button, text, image, hidden or checkbox. src = "button.gif" // If type==image, The image filename, see for restrictions size = "100" // If type==text, The edit box width in pixels checked = "anything" // If type==checkbox, the checkbox will be checked value = "value" // Use for hidden alt = "uiGo" // Tooltip text (not localized, CI18N string id) used for buttons (type == image or type == checkbox) global_color // global color flag. If set, the button bitmap will be modulated by the interface global color. z_btn_tmpl="template_name" // (deprecated, use z_input_tmpl instead) if type==button, used to specify the ryzom interface template to use for the button, this allow to customize each button (NB : the template must exist in the client xml files) z_input_tmpl="template_name" // if type==button|text|checkbox, used to specify the ryzom interface template to use for the widget, this allow to customize each widget (NB : the template must exist in the client xml files) z_input_width="template_name" // if type==button|text|checkbox, used to specify the minimal witdh of the widget (cool to line up widget)