-
… rest of the string composition. if didn't do that the right part of the "else" will be added with end of the string, which is not the intention.
-
[!] remove extra blank line button source
-
…WEB_Action_Name in redirect instead of the Controller_Name and Controller_Action
-
…lib. No need to have redundant name
-
… by loading the HTML content with an ajax call
-
…o the behavior of this function change as follow. When the target_id is empty the jq_query function is use to submit the result else this is the ajax_load_content.
-
better management of the web plugin extend logger dump from 1024 to 2048 bytes
-
…llow to add more attribute than only html id before
-
…t to use load_content function (loading HTML from server) and put the result in that target_id div
-
add the option in all element email, phone and url the option (Bool show_text). If set to false only the icon is shown
-
…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 AWP_Handler_Answer instead of printable tree add js_script which is helper for js_inline(script("text/javascript"), "...
-
add get_DB_date, get_DB_Datetime, get_DB_time with default value
-
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
-
phone number with possibility to initiate call, email with mailto link
-
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
-
…alexium_lib into release/ANUBIS_1_14
-
add left menu with string instead of WEB_Action to be compatible with old call
-
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 WEB_Session