cvs: peardoc /en/package/html/html-quickform-advmultiselect/appendix examples-basic1.xml examples-custom1.xml examples-custom5.xml examples-custom7.xml examples-multiple1.xml examples-multiple2.xml examples-template1.xml /en/package/html/html-quickform-advmultiselect/images basic1.png custom1.png custom5.png custom7.png multiple1.png multiple2.png template1.png

[email protected] ("Laurent Laville")
Newsgroups php.pear.doc
Message-ID <cvsfarell1234342277@cvsserver>
farell		Wed Feb 11 08:51:17 2009 UTC

  Added files:                 
    /peardoc/en/package/html/html-quickform-advmultiselect/images	
                                                                 	basic1.png 
                                                                 	custom1.png 
                                                                 	custom5.png 
                                                                 	custom7.png 
                                                                 	multiple1.png 
                                                                 	multiple2.png 
                                                                 	template1.png 

  Modified files:              
    /peardoc/en/package/html/html-quickform-advmultiselect/appendix	
                                                                   	examples-basic1.xml 
                                                                   	examples-custom1.xml 
                                                                   	examples-custom5.xml 
                                                                   	examples-custom7.xml 
                                                                   	examples-multiple1.xml 
                                                                   	examples-multiple2.xml 
                                                                   	examples-template1.xml 
  Log:
  add example screenshots of HTML_Quickform_advmultiselect
  - make the image paths relative to manual.xml
farell-20090211085117.txt (text/plain, 13 KB)
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml:1.4 peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml:1.5
--- peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml:1.4	Tue Feb 10 22:36:37 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-basic1.xml	Wed Feb 11 08:51:16 2009
@@ -7,12 +7,16 @@
    <info><title>Basic usage</title></info>
    <para>
     <figure>
-     <title xml:id="package.html.html-quickform-advmultiselect.appendix.examples-basic1-sscaption">Basic usage with default layout</title>
+     <title xml:id="package.html.html-quickform-advmultiselect.appendix.examples-basic1-sscaption">
+      Basic usage with default layout
+     </title>
      <screenshot>
       <mediaobject>
        <alt>qfams_basic_1.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="en/package/html/html-quickform-advmultiselect/images/basic1.png"/>
+        <imagedata
+          align="center" format="png"
+          fileref="en/package/html/html-quickform-advmultiselect/images/basic1.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -32,7 +36,7 @@
  * Basic advMultiSelect HTML_QuickForm element
  * without any customization.
  *
- * @version    $Id: examples-basic1.xml,v 1.4 2009/02/10 22:36:37 cweiske Exp $
+ * @version    $Id: examples-basic1.xml,v 1.5 2009/02/11 08:51:16 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml:1.4 peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml:1.5
--- peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml:1.4	Mon Feb  9 17:10:32 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom1.xml	Wed Feb 11 08:51:16 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom1">
+  <section
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom1"
+    xml:base="../../../../"
+  >
    <info><title>Extended usage</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_custom_1.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/custom1.png"/>
+        <imagedata
+          align="center" format="png"
+          fileref="en/package/html/html-quickform-advmultiselect/images/custom1.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -60,7 +65,7 @@
  * The template allows to add label as headers of dual select box
  * and moves the button to another location (below each select box).
  *
- * @version    $Id: examples-custom1.xml,v 1.4 2009/02/09 17:10:32 farell Exp $
+ * @version    $Id: examples-custom1.xml,v 1.5 2009/02/11 08:51:16 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml:1.4 peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml:1.5
--- peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml:1.4	Mon Feb  9 17:10:32 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom5.xml	Wed Feb 11 08:51:16 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom5">
+  <section
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom5"
+    xml:base="../../../../"
+  >
    <info><title>Sort usage</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_custom_5.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/custom5.png"/>
+        <imagedata
+          align="center" format="png"
+          fileref="en/package/html/html-quickform-advmultiselect/images/custom5.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -42,7 +47,7 @@
  * Custom advMultiSelect HTML_QuickForm element
  * that allows to manage sort of select boxes.
  *
- * @version    $Id: examples-custom5.xml,v 1.4 2009/02/09 17:10:32 farell Exp $
+ * @version    $Id: examples-custom5.xml,v 1.5 2009/02/11 08:51:16 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml:1.4 peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml:1.5
--- peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml:1.4	Mon Feb  9 17:10:32 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml	Wed Feb 11 08:51:16 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom7">
+  <section
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-custom7"
+    xml:base="../../../../"
+  >
    <info><title>Advanced selection usage</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_custom_7.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/custom7.png"/>
+        <imagedata
+          align="center" format="png"
+          fileref="en/package/html/html-quickform-advmultiselect/images/custom7.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -42,7 +47,7 @@
  * Custom advMultiSelect HTML_QuickForm element
  * with extended buttons (select all, select none, toggle selection)
  *
- * @version    $Id: examples-custom7.xml,v 1.4 2009/02/09 17:10:32 farell Exp $
+ * @version    $Id: examples-custom7.xml,v 1.5 2009/02/11 08:51:16 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml:1.4 peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml:1.5
--- peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml:1.4	Mon Feb  9 17:10:32 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple1.xml	Wed Feb 11 08:51:16 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-multiple1">
+  <section
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-multiple1"
+    xml:base="../../../../"
+  >
    <info><title>Combines multiple elements</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_multiple_1.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/multiple1.png"/>
+        <imagedata
+          align="center" format="png"
+          fileref="en/package/html/html-quickform-advmultiselect/images/multiple1.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -42,7 +47,7 @@
  * Mixed advMultiSelect HTML_QuickForm elements.
  * Two widgets on the same page/form with one javascript code instance
  *
- * @version    $Id: examples-multiple1.xml,v 1.4 2009/02/09 17:10:32 farell Exp $
+ * @version    $Id: examples-multiple1.xml,v 1.5 2009/02/11 08:51:16 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml:1.5 peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml:1.6
--- peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml:1.5	Mon Feb  9 17:10:32 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-multiple2.xml	Wed Feb 11 08:51:16 2009
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-multiple2">
+  <section
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-multiple2"
+    xml:base="../../../../"
+  >
    <info><title>Live counter combines with multiple elements</title></info>
    <para>
     <figure>
@@ -11,7 +14,9 @@
       <mediaobject>
        <alt>qfams_multiple_2.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/multiple2.png"/>
+        <imagedata
+          align="center" format="png"
+          fileref="en/package/html/html-quickform-advmultiselect/images/multiple2.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -48,7 +53,7 @@
  * that can be display in one or two select box mode.
  * This example demonstrate the new feature of version 1.3.0 : Live Counter
  *
- * @version    $Id: examples-multiple2.xml,v 1.5 2009/02/09 17:10:32 farell Exp $
+ * @version    $Id: examples-multiple2.xml,v 1.6 2009/02/11 08:51:16 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml:1.3 peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml:1.4
--- peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml:1.3	Thu Jan 29 21:11:40 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-template1.xml	Wed Feb 11 08:51:16 2009
@@ -1,15 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-  <section xml:id="package.html.html-quickform-advmultiselect.appendix.examples-template1">
+  <section
+    xml:id="package.html.html-quickform-advmultiselect.appendix.examples-template1"
+    xml:base="../../../../"
+  >
    <info><title>Template engine usage</title></info>
    <para>
     <figure>
-     <title xml:id="package.html.html-quickform-advmultiselect.appendix.examples-template1-sscaption">Template usage with Sigma engine</title>
+     <title xml:id="package.html.html-quickform-advmultiselect.appendix.examples-template1-sscaption">
+      Template usage with Sigma engine
+     </title>
      <screenshot>
       <mediaobject>
        <alt>qfams_template_1.php script result</alt>
        <imageobject>
-        <imagedata align="center" format="png" fileref="img/template1.png"/>
+        <imagedata
+          align="center" format="png"
+          fileref="en/package/html/html-quickform-advmultiselect/images/template1.png"/>
        </imageobject>
       </mediaobject>
      </screenshot>
@@ -36,7 +43,7 @@
  * Custom advMultiSelect HTML_QuickForm element
  * embedded into a Sigma template and using the QF dynamic renderer.
  *
- * @version    $Id: examples-template1.xml,v 1.3 2009/01/29 21:11:40 farell Exp $
+ * @version    $Id: examples-template1.xml,v 1.4 2009/02/11 08:51:16 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.