-
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.
-
…ed entry into the web_session
-
…ample after a web_action executed, refresh the page (which made by the call back)
-
icnX(String icon) which return the full path to the icon. X must be replaced by the size of the icon. For example icn8("foo.png") will return "icons/8x8/foo.png" the list of the sizes is: 8, 16, 22, 24, 32, 48, 64, 128, 256
-
…se anymore the literal for the <nav> and <span> whom now exist as HTML tag
-
… when it become Xlib (some reference to CXM was still there)
-
in same time add a new alternative into left_menu type with "left_menu_entry_load_content". This is better to understand when constructing a menu
-
…ntry. Add also variant function as helper without all the arguments
-
… 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