Ignore:
Timestamp:
07/31/07 14:45:44 (5 years ago)
Author:
anp
Message:

gestion coté modeling des paramètres maxHeight et minHeight sur la transformation scale (OD et Web)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/resources/binaryXhtmlTransf/xml.xed.xml

    r9397 r9428  
    7272                                                <atts> 
    7373                                                        <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"/> 
    7575                                                        </attribute> 
    7676                                                        <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"/> 
    7878                                                        </attribute> 
    7979                                                        <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"/> 
    8187                                                        </attribute> 
    8288                                                        <attribute se:name="outputType" se:bind="attribute" tooltiptext="&resources.binary.imageTransform.outputType;"> 
Note: See TracChangeset for help on using the changeset viewer.