All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netbeans.modules.html.custom.spec.txt Maven / Gradle / Ivy

The newest version!
Licensed to the Apache Software Foundation (ASF) under one or more contributor 
license agreements; and to You under the Apache License, Version 2.0.

-element in any context
-element in a specified context (html element/s or any other custom element/s)
-attribute of any element (html or custom)
-attribute of specific element/s (html or custom)

{
    "elements": {
        "foo": {
            "parent": "*", //or [] or null
            
            "attributes": {
                "cool": "boolean",
                "id": "id",
                "class": {
                    "type": "css-class",
                    "doc": "http://foo.org/elements/foo"
                }
            },
            
            "elements": {
                "infoo":{
                    
                }
            }
        },
        
        "infoo2": {
            "parent" : "foo"
        },
        
        "infoo3": {
            "parent" : ["infoo", "infoo2"]
        }
    }
    
    ,
    
    "attributes": {
            "one": {
                "parent" : "*", //or [] or null
                "type": "boolean"
            },
            "two": {
                "parent" : ["infoo2", "infoo3"]
            }
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy