Ignore:
Timestamp:
01/02/07 18:58:28 (5 years ago)
Author:
anp
Message:

Utilisation des providers pour les codes des templates déclarés dans les webSiteGenerator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/generator/webSiteGenerator/xml.xed.xml

    r7303 r7875  
    4444         
    4545        <xmlview se:bind="document"> 
     46                <wspInputHistoryProvider code="templateXhtml" id="template"/> 
    4647                <element insert="collapsed" se:bind="element" se:name="sm:webSiteGenerator" se:declareNs="sc sm"> 
    4748                        <atts> 
     
    9394                                                        <atts> 
    9495                                                                <attribute se:bind="attribute" se:name="code" se:mandat="true"> 
    95                                                                         <wordsInput notnull="true" trim="true" filterRegExp="^[a-zA-Z0-9]+$"/> 
     96                                                                        <wordsInput notnull="true" trim="true" filterRegExp="^[a-zA-Z0-9]+$" autocompleteProviderXPath="id('template')"/> 
    9697                                                                </attribute> 
    9798                                                                <ptritem se:bind="plugin" se:attributes="sc:refUri" class="xmlview" notnull="true" regexpSgn=".*#UiTemplate\b.*"/> 
Note: See TracChangeset for help on using the changeset viewer.