PHP Classes

File: jsoncode.json

Recommend this page to a friend!
  Classes of Kashif Rafi   PHP HTML Generator Library with jQuery Support   jsoncode.json   Download  
File: jsoncode.json
Role: Configuration script
Content type: text/plain
Description: list of html tags in json format
Class: PHP HTML Generator Library with jQuery Support
Generate HTML with jQuery function call support
Author: By
Last change:
Date: 1 year ago
Size: 614 bytes
 

Contents

Class file image Download
{
    "head_start":"",
    "title_start":{
        "contents":"Web Page Title",
        "title_end":""
    },
    "script_start": {
        "attribs":{
            "src":"https://code.jquery.com/jquery-3.4.1.min.js"
        },
        "script_end":""
    },
    "head_end":"",
    "body_start":"",
    "div_start":{
        "attribs": {
            "class":"testDivClass",
            "id":"testDiv",
            "styleSelector":".testDivClass",
            "style": {
                "width":"500px",
                "padding":"20px",
                "border":"1px solid #000",
                "margin":"50px auto"
            }
        }
    },
    "p_start":{
        "contents":"Some paragraph content here",
        "p_end":""
    },
    "div_end":"",
    "body_end":""
}