-
…ed entry into the web_session
-
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
-
…lib. No need to have redundant name
-
better management of the web plugin extend logger dump from 1024 to 2048 bytes
-
…t to use load_content function (loading HTML from server) and put the result in that target_id div
-
…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 left menu with string instead of WEB_Action to be compatible with old call
-
Add WEB_Session
-
add helper functions due to the addition of class list as parameter to "left_menu_entry" and "title"
-
add helper to construct left_menu_entry without web arg
-
…an be use to manage menu entry.