- Timestamp:
- 01/16/08 23:46:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/generator/webSiteGenerator/xml.xed.xml
r8995 r10307 45 45 <xmlview se:bind="document"> 46 46 <wspInputHistoryProvider code="templateXhtml" id="template"/> 47 <element insert="collapsed" se:bind="element" se:name="sm:webSiteGenerator" se:declareNs="sc sm">47 <element se:name="sm:webSiteGenerator" insert="collapsed" se:bind="element" se:declareNs="sc sm"> 48 48 <atts> 49 <attribute se: bind="attribute" se:name="code" se:mandat="true">49 <attribute se:name="code" se:bind="attribute" se:mandat="true"> 50 50 <wordsInput notnull="true" trim="true" filterRegExp="^[a-zA-Z0-9]+$"/> 51 51 </attribute> 52 <attribute se: bind="attribute" se:name="name" se:mandat="true">52 <attribute se:name="name" se:bind="attribute" se:mandat="true"> 53 53 <wordsInput notnull="true" trim="true"/> 54 54 </attribute> 55 55 </atts> 56 56 <childs> 57 <element se: bind="element" se:name="sm:modelRoot" se:card="1">57 <element se:name="sm:modelRoot" se:bind="element" se:card="1"> 58 58 <childs> 59 <element se: bind="element" se:name="sm:allowedModel" se:card="+">59 <element se:name="sm:allowedModel" se:bind="element" se:card="+"> 60 60 <atts> 61 <ptritem se: bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#Class\b[\w:]*:Content\b[\w:]*:Public.*"/>61 <ptritem se:attributes="sc:refUri" se:bind="plugin" class="xmlview" notnull="true" regexpSgn=".*#Class\b[\w:]*:Content\b[\w:]*:Public.*"/> 62 62 </atts> 63 63 </element> … … 83 83 </atts> 84 84 </element> 85 <element se: bind="element" se:name="sm:uiFrame">85 <element se:name="sm:uiFrame" se:bind="element"> 86 86 <atts> 87 <ptritem se: bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#UiFrame\b.*"/>87 <ptritem se:attributes="sc:refUri" se:bind="plugin" class="xmlview" notnull="true" regexpSgn=".*#UiFrame\b.*"/> 88 88 </atts> 89 89 </element> 90 90 <se:ref se:refid="sm:transformerList" se:refurl="chrome://sm_modeling/content/transf/transformerList/xml.xed.xml"/> 91 <element se: bind="element" se:name="sm:uiTemplateList" se:card="1">91 <element se:name="sm:uiTemplateList" se:bind="element" se:card="1"> 92 92 <childs> 93 <element se: bind="element" se:name="sm:uiTemplate" se:card="+">93 <element se:name="sm:uiTemplate" se:bind="element" se:card="+"> 94 94 <atts> 95 <attribute se: bind="attribute" se:name="code" se:mandat="true">95 <attribute se:name="code" se:bind="attribute" se:mandat="true"> 96 96 <wordsInput notnull="true" trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('template')"/> 97 97 </attribute> 98 98 <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#UiTemplate\b.*"/> 99 99 </atts> 100 <childs>101 <element se: bind="element" se:name="sm:uiStyle" se:card="?">100 <!-- <childs> 101 <element se:name="sm:uiStyle" se:bind="element" se:card="?"> 102 102 <atts> 103 <ptritem se: bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*@sm_xhtmlCssUiStyle\b.*"/>103 <ptritem se:attributes="sc:refUri" se:bind="plugin" class="xmlview" notnull="true" regexpSgn=".*@sm_xhtmlCssUiStyle\b.*"/> 104 104 </atts> 105 105 </element> 106 106 </childs> 107 </element>107 --> </element> 108 108 <insert se:bind="current"/> 109 109 </childs> 110 </element> 111 <element se:name="sm:publishFiles" se:bind="element" se:card="?"> 112 <atts> 113 <ptritem se:attributes="sc:refUri" se:bind="plugin" class="xmlview" notnull="true" regexpSgn=".*#Folder\b.*"/> 114 </atts> 110 115 </element> 111 116 </childs>
Note: See TracChangeset
for help on using the changeset viewer.