-
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
-
make actioner compatible with old application which use String as action name instead of new WEB_Action_Name
-
…let old project to compiles
-
introduce WEB_Session management add database/types generated by densaku
-
add html_tooltip_ext without class suffix when we intend to use awesome font
-
add get_Int_list() from web arg
-
…le attribute for each one
-
…alexium_lib into release/ANUBIS_1_14
-
change HtmlId by HTML_Id
-
add missing "make_state_cookie_headers" call if no actions are specified
-
harmonize cxm_form arguments
-
make "jquery_button_html" function produce a button element instead of a div so tab can be used to focus it and the enter key work when the button is in a form
-
…o disconnect between request, when we want to restart gracefully the anubis adm "restart(true)", we wait for all tcp, udp server are down. If a web browser keep a connection with the http server, the server will never shutdown until the browser close the browsing window. So the shutdown_required is emitted by the application core to request to quit. In that case the http server stop to maintain socket and close it after sending last request.