• …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 to specialized element phone to show only the image
    the get_mb_bool from web arg check the presence of the arg_name with prefixed '~'. If this ~name exists this means that comes from a form and the checkbox is not checked. I made this hack on web form which always create the hidden input with prefixed ~ name. This method allow to determine if the arg name was really sent or not.
    add more ajax possibilities in web_controller_result.
    the div can has list of partial_content
    totoro authored
     
    Browse Dir »



  • add shortcut for row with only one cell as argument
    add shortcut for row with only one cell and one cell_option as arguments
    add shortcut for row with only one cell and list of cell_option as arguments
    
    add img_button with WEB_Action_Name as argument
    totoro authored
     
    Browse Dir »