From 323d0bf603ce20d686c7c35ee361ba3cded53ad3 Mon Sep 17 00:00:00 2001 From: John R Perry Date: Sat, 15 Apr 2017 05:51:51 -0600 Subject: [PATCH] no message --- MucowAttributes.json | 38 +++++++---- MucowTags.json | 156 ++++++++++++++++++++++--------------------- mucow.xsd | 15 ++++- 3 files changed, 119 insertions(+), 90 deletions(-) diff --git a/MucowAttributes.json b/MucowAttributes.json index a90a4be..df0da4b 100644 --- a/MucowAttributes.json +++ b/MucowAttributes.json @@ -1,18 +1,32 @@ { "formatNumber": { "attribOption": [ - "1", - "2", + "1", + "2", "3", - "4" + "4", + "5", + "6" ] }, "localization": { "attribOption": [ - "none", + "none", "stringTable" ] }, + "supportedSizePolicies": { + "attribOption": [ + "fixed", + "fluidWidth", + "fluidWidthHeight", + "browserWidth" + ] + }, + "outputAsFixedHeight": { + "attribOption": [], + "type": "boolean" + }, "isResizable": { "attribOption": [], "type": "boolean" @@ -23,7 +37,7 @@ }, "paramEncoding": { "attribOption": [ - "URIComponent", + "URIComponent", "spaceToPlus" ] }, @@ -41,17 +55,17 @@ }, "builtIn/name": { "attribOption": [ - "width", - "height", - "itemUID", - "siteUID", - "country", - "language", + "width", + "height", + "itemUID", + "siteUID", + "country", + "language", "locale", "siteDomain", "siteURL", "pageTitle", - "pageURL" + "pageURL" ] }, "fileRequiredForOutput": { diff --git a/MucowTags.json b/MucowTags.json index 6cba95a..a4af8d8 100644 --- a/MucowTags.json +++ b/MucowTags.json @@ -2,8 +2,8 @@ "bodyBeginHTML": { "attributes": [], "context": [ - "HTMLWidget", - "value", + "HTMLWidget", + "value", "trueVal", "falseVal" ] @@ -11,113 +11,115 @@ "bodyEndHTML": { "attributes": [], "context": [ - "HTMLWidget", - "value", + "HTMLWidget", + "value", "trueVal", "falseVal" ] }, "bool": { "attributes": [ - "defaultValue", - "label", - "name", + "defaultValue", + "label", + "name", "toolTip" ], "context": ["parameters", "section"] }, "builtIn": { "attributes": [ - "name", + "name", "supportedLocales" ], - "context": ["parameters", "section"] + "context": ["parameters", "section"] }, "color": { "attributes": [ - "formatHexColor", - "label", - "defaultValue", - "name", - "rgbColor", + "formatHexColor", + "label", + "defaultValue", + "name", + "rgbColor", "supportsNoneColor", "toolTip", "transparentOption" ], - "context": ["parameters", "section"] + "context": ["parameters", "section"] }, "documentReadyJS": { "attributes": [], "context": [ - "HTMLWidget", - "value", + "HTMLWidget", + "value", "trueVal", "falseVal" ] - }, + }, "falseVal": { "attributes": [ - "disableOptions", + "disableOptions", "value" ], "context": ["bool"] }, "file": { "attributes": [ - "filterLabel", - "fileTypes", - "fileRequiredForOutput", - "label", + "filterLabel", + "fileTypes", + "fileRequiredForOutput", + "label", "name", "toolTip", "asAbsoluteURL" ], - "context": ["parameters", "section"] + "context": ["parameters", "section"] }, "headHTML": { "attributes": [], "context": [ - "HTMLWidget", - "value", + "HTMLWidget", + "value", "trueVal", "falseVal" ] }, "HTMLWidget": { "attributes": [ - "creator", - "defaultHeight", - "defaultWidth", - "formatNumber", - "isResizable", - "localization", - "maxWidth", - "maxHeight", - "minHeight", - "minWidth", - "name", - "termsURL", + "creator", + "defaultHeight", + "defaultWidth", + "formatNumber", + "isResizable", + "localization", + "maxWidth", + "maxHeight", + "minHeight", + "minWidth", + "name", + "termsURL", "termsText", "supportsGlobalAndOptionContentTags", - "isResponsive" + "isResponsive", + "supportedSizePolicies", + "outputAsFixedHeight" ], "context": ["/root$"] }, "info": { "attributes": [ "label", - "linkURL" + "linkURL" ], - "context": ["parameters", "section"] + "context": ["parameters", "section"] }, "list": { "attributes": [ - "defaultValue", - "label", - "name", + "defaultValue", + "label", + "name", "toolTip" ], - "context": ["parameters", "section"] + "context": ["parameters", "section"] }, "locale": { "attributes": ["name"], @@ -125,23 +127,23 @@ }, "number": { "attributes": [ - "defaultValue", - "digitsPrecision", - "label", - "max", - "min", - "name", - "snap", - "toolTip", + "defaultValue", + "digitsPrecision", + "label", + "max", + "min", + "name", + "snap", + "toolTip", "step" ], - "context": ["parameters", "section"] + "context": ["parameters", "section"] }, "pageItemHTML": { "attributes": [], "context": [ - "HTMLWidget", - "value", + "HTMLWidget", + "value", "trueVal", "falseVal" ] @@ -166,14 +168,14 @@ }, "separator": { "attributes": [], - "context": ["parameters", "section"] + "context": ["parameters", "section"] }, "string": { "attributes": [ - "keyString", + "keyString", "translation" ], - "context": ["locale"] + "context": ["locale"] }, "stringTable": { "attributes": [], @@ -181,40 +183,40 @@ }, "text": { "attributes": [ - "defaultIllegalForOutput", - "defaultValue", - "label", - "toolTip", - "multiline", - "name", + "defaultIllegalForOutput", + "defaultValue", + "label", + "toolTip", + "multiline", + "name", "paramEncoding" ], - "context": ["parameters", "section"] + "context": ["parameters", "section"] }, "trueVal": { "attributes": [ - "disableOptions", + "disableOptions", "value" ], "context": ["bool"] }, "url": { "attributes": [ - "currentPageOrURL", - "defaultIllegalForOutput", - "defaultValue", - "dummyDomainPrefix", - "label", - "name", - "toolTip", + "currentPageOrURL", + "defaultIllegalForOutput", + "defaultValue", + "dummyDomainPrefix", + "label", + "name", + "toolTip", "urlStart" ], - "context": ["parameters", "section"] + "context": ["parameters", "section"] }, "value": { "attributes": [ - "disableOptions", - "label", + "disableOptions", + "label", "name" ], "context": ["list"] diff --git a/mucow.xsd b/mucow.xsd index c07cc00..837f8c2 100644 --- a/mucow.xsd +++ b/mucow.xsd @@ -182,7 +182,7 @@ - + @@ -238,6 +238,8 @@ + + @@ -263,6 +265,17 @@ + + + + + + + + + + +