- Timestamp:
- 07/31/07 14:45:44 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/resources/binaryXhtmlTransf/xml.xed.xml
r9397 r9428 72 72 <atts> 73 73 <attribute se:name="scale" se:bind="attribute" tooltiptext="&resources.binary.imageTransform.scale;"> 74 <wordsInput trim="true" />74 <wordsInput trim="true" validRegExp="^(0\.[0-9]+|1\.0|1)$" notnull="true"/> 75 75 </attribute> 76 76 <attribute se:name="minWidth" se:bind="attribute" tooltiptext="&resources.binary.imageTransform.minWidth;"> 77 <wordsInput trim="true" />77 <wordsInput trim="true" validRegExp="^[0-9]+$" notnull="true"/> 78 78 </attribute> 79 79 <attribute se:name="maxWidth" se:bind="attribute" tooltiptext="&resources.binary.imageTransform.maxWidth;"> 80 <wordsInput trim="true"/> 80 <wordsInput trim="true" validRegExp="^[0-9]+$" notnull="true"/> 81 </attribute> 82 <attribute se:name="minHeight" se:bind="attribute" tooltiptext="&resources.binary.imageTransform.minHeight;"> 83 <wordsInput trim="true" validRegExp="^[0-9]+$" notnull="true"/> 84 </attribute> 85 <attribute se:name="maxHeight" se:bind="attribute" tooltiptext="&resources.binary.imageTransform.maxHeight;"> 86 <wordsInput trim="true" validRegExp="^[0-9]+$" notnull="true"/> 81 87 </attribute> 82 88 <attribute se:name="outputType" se:bind="attribute" tooltiptext="&resources.binary.imageTransform.outputType;">
Note: See TracChangeset
for help on using the changeset viewer.