Ignore:
Timestamp:
03/10/10 20:47:50 (2 years ago)
Author:
sam
Message:

screen suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/dkCore/model/content/fundamentalUnits/screen/screen.model

    r574 r578  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:compositionPrim xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" name=";Ecran" category=";Cœur de Dokiel"> 
     2<sm:compositionPrim xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" name=";Écran" category=";Cœur de Dokiel"> 
    33        <sm:help quickHelp=";Description d'un environnement graphique de l'application"/> 
    44        <sm:identification targetNamespace="kelis.fr:dokiel" targetPrefix="dk" code="screen" itemExtension="unit"/> 
    55        <!--chl 4/03/10 : publi papier en style "tableau" : img de la zone / desc--> 
    66        <sm:structure> 
    7                 <sm:meta sc:refUri="/dkCore/model/content/fundamentalUnits/screen/screenMeta.model" usage="optional"/> 
     7                <sm:meta sc:refUri="/dkCore/model/content/fundamentalUnits/screen/screenMeta.model" usage="required"/> 
    88                <sm:part code="desc" name=";Description" family="content" internalized="always" usage="optional"> 
    99                        <sm:help quickHelp=";Description de l'écran, de son rôle"/> 
     
    1515                <sm:set usage="required"> 
    1616                        <sm:part code="zone" name=";Zone" internalized="always"> 
     17                                <sm:meta sc:refUri="/dkCore/model/content/fundamentalUnits/screen/screenZoneMeta.model" usage="required"/> 
    1718                                <sm:allowedModel sc:refUri="/dkCore/model/content/comment.model"/> 
    1819                        </sm:part> 
     
    2526                        <sm:counter optional="true"/> 
    2627                </sm:itemNameCreator> 
    27                 <sm:formEditor indentXml="true"> 
    28                         <sm:composition fullTitleStyle="color : black ; text-align : center ; font-size : 1.5em ;"> 
    29                                 <sm:stylableWidget> 
    30                                         <sm:styles> 
    31                                                 <sm:container style="border-left: none;"> 
    32                                                         <sm:head style="border-bottom: #090976 4px solid; margin: 0.2em 0 1em 0; padding: 0.5em 0 1em 1em;"> 
    33                                                                 <sm:prefixIcon sc:refUri="/dkCore/model/_res/ui/scr/screen.png" style="margin-right: 5px;"/> 
    34                                                                 <sm:name style="font-size: 1.6em; color: #090976;"/> 
    35                                                         </sm:head> 
    36                                                 </sm:container> 
    37                                         </sm:styles> 
    38                                 </sm:stylableWidget> 
    39                         </sm:composition> 
    40                         <sm:part refCode="desc"> 
    41                                 <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
    42                         </sm:part> 
    43                         <sm:part refCode="img"> 
    44                                 <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
    45                         </sm:part> 
    46                         <sm:part refCode="zone"> 
    47                                 <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
    48                         </sm:part> 
     28                <!-- 
     29<sm:formEditor xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" indentXml="true"> 
     30        <sm:composition fullTitleStyle="color : black ; text-align : center ; font-size : 1.5em ;"> 
     31                <sm:stylableWidget> 
     32                        <sm:styles> 
     33                                <sm:container style="border-left: none;"> 
     34                                        <sm:head style="border-bottom: #090976 4px solid; margin: 0.2em 0 1em 0; padding: 0.5em 0 1em 1em;"> 
     35                                                <sm:prefixIcon sc:refUri="/dkCore/model/_res/ui/scr/screen.png" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" style="margin-right: 5px;"/> 
     36                                                <sm:name style="font-size: 1.6em; color: #090976;"/> 
     37                                        </sm:head> 
     38                                </sm:container> 
     39                        </sm:styles> 
     40                </sm:stylableWidget> 
     41        </sm:composition> 
     42        <sm:part refCode="desc"> 
     43                <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
     44        </sm:part> 
     45        <sm:part refCode="img"> 
     46                <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
     47        </sm:part> 
     48        <sm:part refCode="zone"> 
     49                <sm:standardWidget tagStyle="color: #090976; font: 1.1em;"/> 
     50        </sm:part> 
     51</sm:formEditor>--> 
     52                <sm:formEditor indentXml="false"> 
     53                        <sm:xmlEditor sc:refUri="/dkCore/model/_res/xed/screen.xed"/> 
    4954                </sm:formEditor> 
    5055                <sm:htmlPreview> 
Note: See TracChangeset for help on using the changeset viewer.