[ Index ]
 

Code source de PRADO 3.0.6

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

title

Body

[fermer]

/demos/quickstart/protected/pages/Controls/Samples/TTextHighlighter/ -> Home.page (source)

   1  <com:TContent ID="body">
   2  
   3  <h1>TTextHighlighter Samples</h1>
   4  
   5  <table class="sampletable">
   6  
   7  <tr><td class="samplenote">
   8  Highlighting PHP statements:
   9  </td><td class="sampleaction">
  10  <com:TTextHighlighter ShowLineNumbers="true" EnableCopyCode="true">
  11  <?php
  12  $str = 'one|two|three|four';
  13  // will output an array
  14  print_r(explode('|', $str, 2));
  15  ?>
  16  </com:TTextHighlighter>
  17  </td></tr>
  18  
  19  <tr><td class="samplenote">
  20  Highlighting control rendering results:
  21  </td><td class="sampleaction">
  22  <com:TTextHighlighter EnableCopyCode="false">
  23  <com:TLabel Text="this is a label" />
  24  </com:TTextHighlighter>
  25  </td></tr>
  26  
  27  </table>
  28  
  29  </com:TContent>


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7