-
[-] fix the html img tag helper size by adding px after the number. previous width="100" now width="100px"
-
…e to compile old source
-
add helper for HTML "a" with list of (HTML_Off_Form)
-
…urn full draw html. When we need to redraw the html content in case of language change we can redirect to that draw_web_request. Since we have an heavy use of load content redirect to previous can cause a drawing of the content of the ajax return during the load content. This fix that behavior.
-
better management of the web plugin extend logger dump from 1024 to 2048 bytes
-
…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...