• 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 File »






  • + 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 File »

  • - in_form for HTML_In_Form
    - div (..., HTML_Partial_Content p_content)
    
    The custom_text, custom_binary and custom_tree has MIME type instead of String
    
    add to_html_ajax_content which return an html_ajax_content from HTML_Off_Form
    totoro authored
     
    Browse File »