Changeset 230

Show
Ignore:
Timestamp:
08/03/06 00:23:12 (2 years ago)
Author:
laurentj
Message:

ajout d'un schema explicatif sur l execution d'une action, et suppression d'un truc de test dans un xbl

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/manifests/jelix-dev.mn

    r209 r230  
    138138  cmdline.php.tpl 
    139139 
     140cd lib/jelix/docs 
     141  workflow_action.sxd 
     142 
    140143cd lib/jelix/docs/ns 
    141144  dao.rng 
  • trunk/lib/jelix-www/xul/jxbl.css

    r199 r230  
    1010    -moz-binding: url("jxbl.xml#remotetreecriterion"); 
    1111} 
    12  
    13  
    14  
    15 xul|command#foo { -moz-binding:url("jxbl.xml#task") } 
  • trunk/lib/jelix-www/xul/jxbl.xml

    r199 r230  
    5353                    if(value !== null){ 
    5454                        if(query != '') query+='&'; 
    55                         query += node.getAttribute('name') +'='+value
     55                        query += node.getAttribute('name') +'='+encodeURIComponent(value)
    5656                    } 
    5757                    node=tw.nextNode(); 
     
    8787 
    8888</binding> 
    89 <binding id="task"> 
    90     <content><children/></content> 
    91     <implementation> 
    92         <constructor><![CDATA[ 
    93                       alert("ouai"); 
    94                               ]]> 
    95         </constructor> 
    96         <method name="show"> 
    97             <body><![CDATA[ 
    98                                alert(this.firstChild.getAttribute('label')); 
    99                                ]]></body> 
    100         </method> 
    101     </implementation> 
    102     <handlers> 
    103         <handler event="command"> 
    104             this.show(); 
    105         </handler> 
    106     </handlers> 
    107  
    108     </binding> 
    109  
    110 </bindings> 
Download in other formats: Unified Diff Zip Archive