• …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
    totoro authored
     
    Browse Dir »

  • 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.
    totoro authored
     
    Browse Dir »




























  • + Merge  all immediate_selector together and create some immediate_selector function with less argument. These functions call the master function with default value for the arguments which are removed from the call
    + Add HTML_partial_content to HTTP_answer. This allow to send small part of html without body and header. Need for Ajax call
    + Change the HTML DOCTYPE from old xhtml to html 5
    + Add autoOpen argument on jq_dialog_create
    totoro authored
     
    Browse Dir »