-
…hensive about behavior of this altenative
-
Removed all HTML_In_Form, HTML_Off_Form, HTML_Partial_Content type and replaced it by the new type HTML. Update all library according to that change. [-] removed the generic_form.anubis and generic_table.anubis which was obsolete.
-
There are lot of modification which make incompatible with secondary module whom rely on 1.19 version. These modules must be compiled again with that new version.
-
Maybe fix a long time bug.
-
… when it become Xlib (some reference to CXM was still there)
-
[!] remove extra blank line button source
-
…essed during elapsed time)
-
…xlib into release/ANUBIS_1_19
-
…lib. No need to have redundant name
-
… by loading the HTML content with an ajax call
-
…o target_id by using (ajax_load_content)
-
…ion with load_content
-
add id in web_session, not yet used
-
make "javascript" event_name public
-
…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
-
improve the library to compatible with last HTML_Off_Form definition
-
…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
-
fix Asterisk AMI receive
-
Add WEB_Session
-
move "datetimepicker" plugin initialization js into another function so it can be used elsewhere replace "lang" option for datetimepicker to "setLocale" (this option was removed in the latest version of the plug-in, breaking translations) optimize further a "img_button_confirm" function replace the usage of "image" in a "img_button_confirm" function by literal, because there was no "cursor: pointer" being applied