Ignore:
Timestamp:
09/09/06 11:59:03 (6 years ago)
Author:
sys
Message:

implémentation WSolution dans MLQ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Data_Builder/wsps/Assmnt/sources/test/transformers/MlqAssocBy3.transf

    r6495 r6500  
    99                                <sm:elementDisplay refId="DDCresp" mode="visible"/> 
    1010                                <sm:elementDisplay refId="testIDforRandom" mode="visible"/> 
     11                                <sm:elementDisplay refId="sol" mode="collapsed"/> 
    1112                        </sm:initBody> 
    1213                        <sm:loadData> 
     
    4243                        </sm:buttonActionOff> 
    4344                </sm:WToggleButton> 
     45                <sm:WToggleButton> 
     46                        <sm:buttonBody>Display Solution</sm:buttonBody> 
     47                        <sm:buttonTitle> 
     48                                <sm:fixedString/> 
     49                        </sm:buttonTitle> 
     50                        <sm:buttonActionOn> 
     51                                <sm:elementDisplay refId="sol" mode="visible"/> 
     52                        </sm:buttonActionOn> 
     53                        <sm:buttonActionOff> 
     54                                <sm:elementDisplay refId="sol" mode="collapsed"/> 
     55                        </sm:buttonActionOff> 
     56                </sm:WToggleButton> 
    4457                <sm:callQuestionModel/> 
    45                 <table sm:id="static"> 
     58                <table border="1" sm:id="static"> 
    4659                        <tr> 
    4760                                <sm:forGroup> 
     
    7083                        </sm:WDragDropContainer> 
    7184                </sm:WLabelsBasket> 
     85                <div sm:id="sol"> 
     86                        <h3>Solution</h3> 
     87                        <sm:WSolution tagName="div"> 
     88                                <sm:forGroup> 
     89                                        <div style="border:1px solid black;"> 
     90                                                <sm:forLabel> 
     91                                                        <sm:callLabelModel/> 
     92                                                </sm:forLabel> 
     93                                        </div> 
     94                                </sm:forGroup> 
     95                        </sm:WSolution> 
     96                </div> 
    7297                <div> 
    7398                        <hr/>Score :<sm:WScore> 
Note: See TracChangeset for help on using the changeset viewer.