[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/js/dhtmlxtree/samples/ -> example.cfm (source)

   1  <style>
   2      td.ex{ font-family:Tahoma,Arial; color:green; font-size:12px;}
   3  </style>
   4  <script>
   5  	function onCheck(id){
   6          alert("Check id "+id);
   7      }
   8  	function onClick(id){
   9          alert("Click id "+id);
  10      }
  11  	function onDrag(id,id2){
  12          alert("Drag id "+id+","+id2);
  13          return true;
  14      }        
  15  </script>
  16  
  17  <table width="100%">
  18  <tr><td height="200px" width="50%">
  19  <cf_dhtmlXTree jsPath="../js/" cssPath="../css/" iconspath="../imgs/" im1="book.gif" im2="books_open.gif" im3="books_close.gif">
  20          <item text="Mystery &amp; Thrillers" id="mystery" open="yes" >
  21              <item text="Lawrence Block" id="lb" >
  22                  <item text="All the Flowers Are Dying" id="lb_1" />
  23                  <item text="The Burglar on the Prowl" id="lb_2" />
  24                  <item text="The Plot Thickens" id="lb_3" />
  25                  <item text="Grifters Game" id="lb_4" />
  26                  <item text="The Burglar Who Thought He Was Bogart" id="lb_5" />
  27              </item>
  28              <item text="Robert Crais" id="rc" >
  29                  <item text="The Forgotten Man" id="rc_1" />
  30                  <item text="Stalking the Angel" id="rc_2" />
  31                  <item text="Free Fall" id="rc_3" />
  32                  <item text="Sunset Express" id="rc_4" />
  33                  <item text="Hostage" id="rc_5" />
  34              </item>
  35              <item text="Ian Rankin" id="ir" ></item>
  36              <item text="James Patterson" id="jp" ></item>
  37              <item text="Nancy Atherton" id="na" ></item>
  38          </item>
  39  </cf_dhtmlXTree>
  40  </td><td class="ex">
  41      &lt;cf_dhtmlXTree  im1="book.gif" im2="books_open.gif" im3="books_close.gif" &gt;
  42      <xmp>
  43          <item text="Mystery " id="mystery"  open="yes" >
  44              <item text="Lawrence Block" id="lb" >
  45                  <item text="All the Flowers Are Dying" id="lb_1" />
  46                  <item text="The Burglar on the Prowl" id="lb_2" />
  47                  <item text="The Plot Thickens" id="lb_3" />
  48                  <item text="Grifters Game" id="lb_4" />
  49                  <item text="The Burglar Who Thought He Was Bogart" id="lb_5" />
  50              </item>
  51              <item text="Robert Crais" id="rc" >
  52                  <item text="The Forgotten Man" id="rc_1" />
  53                  <item text="Stalking the Angel" id="rc_2" />
  54                  <item text="Free Fall" id="rc_3" />
  55                  <item text="Sunset Express" id="rc_4" />
  56                  <item text="Hostage" id="rc_5" />
  57              </item>
  58              <item text="Ian Rankin" id="ir" ></item>
  59              <item text="James Patterson" id="jp" ></item>
  60              <item text="Nancy Atherton" id="na" ></item>
  61          </item>
  62      </xmp>
  63      &lt;/cf_dhtmlXTree&gt;
  64      
  65  </td></td></tr>
  66  <tr><td height="200px">
  67  <cf_dhtmlXTree  checkboxes="threeState"  open="yes" xmlFile="tree4.xml" >
  68  </cf_dhtmlXTree>
  69  </td><td class="ex">
  70      &lt;cf_dhtmlXTree   checkboxes="threeState" xmlFile="tree4.xml"  &gt;
  71      &lt;/cf_dhtmlXTree&gt;
  72      
  73  </td></td></tr>
  74  <tr><td height="200px">
  75  <cf_dhtmlXTree width="50%" dragndrop="true"  checkboxes="twoState" onSelect="onClick" onCheck="onCheck" onDrop="onDrag">
  76          <item text="Mystery  " id="mystery"  open="yes" >
  77              <item text="Lawrence Block" id="lb" >
  78                  <item text="All the Flowers Are Dying" id="lb_1" />
  79                  <item text="The Burglar on the Prowl" id="lb_2" />
  80                  <item text="The Plot Thickens" id="lb_3" />
  81                  <item text="Grifters Game" id="lb_4" />
  82                  <item text="The Burglar Who Thought He Was Bogart" id="lb_5" />
  83              </item>
  84              <item text="Robert Crais" id="rc" >
  85                  <item text="The Forgotten Man" id="rc_1" />
  86                  <item text="Stalking the Angel" id="rc_2" />
  87                  <item text="Free Fall" id="rc_3" />
  88                  <item text="Sunset Express" id="rc_4" />
  89                  <item text="Hostage" id="rc_5" />
  90              </item>
  91              <item text="Ian Rankin" id="ir" ></item>
  92              <item text="James Patterson" id="jp" ></item>
  93              <item text="Nancy Atherton" id="na" ></item>
  94          </item>
  95  </cf_dhtmlXTree>
  96  </td><td class="ex">
  97      &lt;cf_dhtmlXTree   width="50%" dragndrop="true"  checkboxes="twoState" onSelect="onClick" onCheck="onCheck" onDrop="onDrag" &gt;
  98      <xmp>
  99          <item text="Mystery " id="mystery"  open="yes" >
 100              <item text="Lawrence Block" id="lb" >
 101                  <item text="All the Flowers Are Dying" id="lb_1" />
 102                  <item text="The Burglar on the Prowl" id="lb_2" />
 103                  <item text="The Plot Thickens" id="lb_3" />
 104                  <item text="Grifters Game" id="lb_4" />
 105                  <item text="The Burglar Who Thought He Was Bogart" id="lb_5" />
 106              </item>
 107              <item text="Robert Crais" id="rc" >
 108                  <item text="The Forgotten Man" id="rc_1" />
 109                  <item text="Stalking the Angel" id="rc_2" />
 110                  <item text="Free Fall" id="rc_3" />
 111                  <item text="Sunset Express" id="rc_4" />
 112                  <item text="Hostage" id="rc_5" />
 113              </item>
 114              <item text="Ian Rankin" id="ir" ></item>
 115              <item text="James Patterson" id="jp" ></item>
 116              <item text="Nancy Atherton" id="na" ></item>
 117          </item>
 118      </xmp>
 119      &lt;/cf_dhtmlXTree&gt;
 120      
 121  </td></td></tr>
 122  </table>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7