-
…ion with load_content
-
…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 jq_form_submit_and_close add cxm_button class to jquery_button
-
fix Asterisk AMI receive
-
Add WEB_Session
-
… a table and adding "cellspacing" attribute to the table
-
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
-
Add new HTTP_ANSWER which is json. This is useful when there is a need to return json only i.e. in ajax call
-
[+] add br and progress html element in making_a_web_site
-
Conflicts: web/jQuery/CXM_jquery_button.anubis
-
…a JQuery_Actioner instead and update subsequent code thorough the project, some whitespaces may have been added to some files...
-
[+] add some icons url as string constant [~] change_list doesn't show icon if the icon class is empty
-
[+] Add img_submit_button
-
…able and scrollbar the yes was surrounded by quote ' which was a bug
-
add jqscript in type JQuery_Actioner_type. add Jquery dialog
-
- add partial as alternative into HTML_Off_Form and HTML_In_Form, which - add list of core attributes in table option - add html (HTML_Off_Form) as "alternative" into actioner_aspect. Hence we can put every we want - remove generate_random_string and move it to tools/random.anubis CXM_multihost_http_server.anubis: - optimize the buffered reading. CXM_jquery_button.anubis: - create jquery_button with image orientation create CXM_jquery_toolbar.anubis
-
New - Add jquery_button with image New - Add scrollY support for JQuery datatable
-
Fix some path concerning jQuery files
-
- Moving all jQuery libs in jQuery folder. - Only CXM_jquery.anubis is still in "web" folder.