Changeset 6752


Ignore:
Timestamp:
10/02/06 21:40:49 (5 years ago)
Author:
sys
Message:

ajout se:id pour réutilisation + validRegexp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/organisation/compositionPrim/xml.xed.xml

    r6447 r6752  
    4545        <se:lib> 
    4646                <attribute se:id="att_code" se:bind="attribute" se:name="code" se:mandat="true"> 
    47                         <wordsInput notnull="true" trim="true" filterRegExp="^[a-zA-Z0-9]+$"/> 
     47                        <wordsInput notnull="true" trim="true" validRegExp="^[a-zA-Z0-9]+$"/> 
    4848                </attribute> 
    4949                <attribute se:id="att_name" se:bind="attribute" se:name="name" se:mandat="true"> 
     
    165165                                                <se:ref se:refid="sm:icon" se:refurl="chrome://sc3packmodeling1/content/xEdition/core.xed.xml"/> 
    166166                                                <se:ref se:refid="sm:itemNameCreator" se:refurl="chrome://sc3packmodeling1/content/xEdition/core.xed.xml"/> 
    167                                                 <element se:name="sm:formEditor" se:bind="element" se:card="?"> 
     167                                                <element se:id="sm:formEditor" se:name="sm:formEditor" se:bind="element" se:card="?"> 
    168168                                                        <atts> 
    169169                                                                <attribute se:bind="attribute" se:name="indentXml" se:defaultvalue="false"> 
Note: See TracChangeset for help on using the changeset viewer.