-
…h only one CoreAttrs argument. This make the source more readable
-
add helper for strong with only one CoreAtrrs
-
fix the retrieving session from disk and change the method to determine the saving filename. Now the filename is determined by the session id.
-
- span - button - div which allow to accept only one CareAttrs instead a list.
-
…ped HTML. This allows to transmit HTML to HTML element i.e. input text area with text in HTML format must be encoded to avoid error.
-
add id in web_session, not yet used
-
make "javascript" event_name public
-
…rocess by the browser inline (to be displayed) or attachment (to be downloaded)
-
- select - option - datalist
-
…main content to be shown by the current renderer. It's the result sent by a plugin to renderer. The renderer is set by the application when it's need. Hence we can have any sort of renderer (desktop, mobile, etc..) the show plugin content remove a lot of alternative of the HTML_Off_Form type (like image, ul, ol, il, etc look the diff of the current commit) and replaced by the html_tag and html_void_tag. This allow to add more quickly new html5 tag instead of big type with a lot of alternative. Most of the html5 tag follow the same schema in their format move show_page_message from application to the Calexium_lib library add Plugin_Left_Menu type in left_menu. This allows to have named left menu in stack and choose the correct one when it's need
-
add parameter JQuery_dialog_size in jq_dialog_create some clean up by replacing literal by real HTML tag which wasn't exist when the code was written.
-
…re that the first entry is an integer add html_tooltip with WEB_Action_Name move the formatting the web_action_name and his extra argument in CXM_web_action.anubis instead of mega file CXM_making_a_web_site.anubis Add new parameter JQuery_dialog_size in jquery_dialog creation
-
add AWP_Handler_Answer instead of printable tree add js_script which is helper for js_inline(script("text/javascript"), "...
-
fix the reading of the web arg.
-
…the using of the get_Bool(lwa, "xxx"), because get bool, looking for "1", "true", etc...
-
add helper functions in for adding, removing and replacing web_arg in var list web_arg
-
add parameter to specialized element phone to show only the image the get_mb_bool from web arg check the presence of the arg_name with prefixed '~'. If this ~name exists this means that comes from a form and the checkbox is not checked. I made this hack on web form which always create the hidden input with prefixed ~ name. This method allow to determine if the arg name was really sent or not. add more ajax possibilities in web_controller_result. the div can has list of partial_content
-
…ontent directly into JSON format ready to be sent through AJAX call add call_back as argument to jq_form_submit_and_close. This call back is fired just after the closing dialog. This can call refresh function or anything else.
-
add jq_form_submit_and_close add cxm_button class to jquery_button
-
add hr in making a website
-
add shortcut for row with only one cell as argument add shortcut for row with only one cell and one cell_option as arguments add shortcut for row with only one cell and list of cell_option as arguments add img_button with WEB_Action_Name as argument
-
add i and span alternatives in HTML_In_Form and HTML_Off_Form add Awesome Font support add Menu with direction positioning (top and side) add Icon support (png and Awesome font)
-
Add AWS_SESSION_STEP counter in web session.
-
…alexium_lib into release/ANUBIS_1_14
-
Add WEB_Session