{
    "name"       : "editor",
    "displayName": "Rich Text Editor",
    "description": "The Rich Text Editor is a UI control that allows for the rich formatting of text content, including common structural treatments like lists, formatting treatments like bold and italic text.",
    "author"     : "davglass",

    "tags": ["utility", "beta", "editor", "api", "iframe", "frame", "html", "markup"],
    "use" : ["editor"],

    "examples": [
        {
            "name"       : "editor-instance",
            "displayName": "Using the Editor's instance",
            "description": "Use the Editor's instance to query the iframe",
            "modules"    : ["editor"],
            "tags"       : ["editor", "instance", "frame", "iframe"]
        },
        {
            "name"       : "editor-events",
            "displayName": "Editor Events",
            "description": "Using the Editor's built in events.",
            "modules"    : ["editor"],
            "tags"       : ["editor", "instance", "frame", "iframe", "events"]
        },
        {
            "name"       : "editor-nodechange",
            "displayName": "NodeChange Event",
            "description": "Using the Editor's nodeChange Event.",
            "modules"    : ["editor"],
            "tags"       : ["editor", "instance", "frame", "iframe", "events", "updates", "nodechange"]
        },
        {
            "name"       : "editor-exec",
            "displayName": "ExecCommands",
            "description": "Creating and using your own ExecCommands",
            "modules"    : ["editor"],
            "tags"       : ["editor", "instance", "frame", "iframe", "execcommand"]
        },
        {
            "name"       : "editor-inline-instance",
            "displayName": "Using the InlineEditor's instance",
            "description": "Use the InlineEditor's instance to query the content editable section",
            "modules"    : ["editor"],
            "tags"       : ["editor", "inline", "instance", "frame", "iframe"]
        },
        {
            "name"       : "editor-inline-events",
            "displayName": "InlineEditor Events",
            "description": "Using the InlineEditor's built in events.",
            "modules"    : ["editor", "inline"],
            "tags"       : ["editor", "instance", "frame", "iframe", "events", "inline"]
        },
        {
            "name"       : "editor-inline-nodechange",
            "displayName": "InlineEditor's NodeChange Event",
            "description": "Using the InlineEditor's nodeChange Event.",
            "modules"    : ["editor", "inline"],
            "tags"       : ["editor", "instance", "frame", "iframe", "events", "updates", "nodechange", "inline"]
        },
        {
            "name"       : "editor-inline-exec",
            "displayName": "InlineEditor ExecCommands",
            "description": "Creating and using your own ExecCommands",
            "modules"    : ["editor", "inline"],
            "tags"       : ["editor", "instance", "frame", "iframe", "execcommand", "inline"]
        }
    ]
}
