-
…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
-
…h only one CoreAttrs argument. This make the source more readable
-
add helper for strong with only one CoreAtrrs
-
fix the retrieving session from disk and change the method to determine the saving filename. Now the filename is determined by the session id.
-
- span - button - div which allow to accept only one CareAttrs instead a list.
-
…ounded with simple quote.
-
…ped HTML. This allows to transmit HTML to HTML element i.e. input text area with text in HTML format must be encoded to avoid error.
-
add id in web_session, not yet used
-
…is helpful for determine which color can readable with this color.
-
…not evaluated to the right boolean value. Because the name was found the previous version always return 'true' as value, but it's not necessary the right value.
-
make "javascript" event_name public
-
…e which contain some = or ' etc... like in sql query
-
add the option in all element email, phone and url the option (Bool show_text). If set to false only the icon is shown
-
…orresponding alternative. If the disposition string is not know the default type is inline
-
…rocess by the browser inline (to be displayed) or attachment (to be downloaded)
-
- select - option - datalist
-
search for correct MIME type for sending file
-
…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 div with a list of CXM_Form_Field
-
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.