- Timestamp:
- 06/05/08 16:17:28 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/odWidget/freeOdWidget/xml.xed.xml
r10765 r11151 50 50 <atts> 51 51 <attribute se:bind="attribute" se:name="code" se:mandat="true"> 52 <wordsInput trim="true" notnull="true" />52 <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 53 53 </attribute> 54 54 <attribute se:bind="attribute" se:name="info"> … … 61 61 <atts> 62 62 <attribute se:bind="attribute" se:name="key" se:mandat="true"> 63 <wordsInput trim="true" notnull="true" />63 <wordsInput trim="true" notnull="true" validRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 64 64 </attribute> 65 65 <attribute se:bind="attribute" se:name="occurence" se:mandat="true" se:defaultvalue="One"> … … 77 77 <atts> 78 78 <attribute se:bind="attribute" se:name="contentFormat" se:mandat="true" se:defaultvalue="od"> 79 <wordsInput notnull="true" trim="true" autocompleteProviderXPath="../xul:fixedProvider" />79 <wordsInput notnull="true" trim="true" autocompleteProviderXPath="../xul:fixedProvider" frenchPonct="false"/> 80 80 <fixedProvider> 81 81 <fpItem value="od"/> … … 105 105 <atts> 106 106 <attribute se:bind="attribute" se:name="path" se:mandat="true"> 107 <wordsInput trim="true" notnull="true" />107 <wordsInput trim="true" notnull="true" frenchPonct="false"/> 108 108 </attribute> 109 109 </atts> … … 169 169 <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#Image\b.*"/> 170 170 <attribute se:bind="attribute" se:name="code" se:mandat="true"> 171 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" />171 <wordsInput trim="true" filterRegExp="^[a-zA-Z0-9]+$" frenchPonct="false"/> 172 172 </attribute> 173 173 </atts> … … 177 177 <atts> 178 178 <attribute se:bind="attribute" se:name="category"> 179 <wordsInput trim="true" />179 <wordsInput trim="true" frenchPonct="false"/> 180 180 </attribute> 181 181 </atts> … … 185 185 <atts> 186 186 <attribute se:bind="attribute" se:name="category"> 187 <wordsInput trim="true" />187 <wordsInput trim="true" frenchPonct="false"/> 188 188 </attribute> 189 189 </atts>
Note: See TracChangeset
for help on using the changeset viewer.