1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3 <name>HTML_QuickForm_Livesearch</name>
4 <channel>pear.php.net</channel>
5 <summary>Element for HTML_QuickForm to enable a suggest search.</summary>
6 <description>This package adds an element to the PEAR::HTML_QuickForm package to dynamically create an HTML input text element that at every keypressed javascript event, returns a list of options in a dynamic dropdown select box(live dropdown select).
7This element use AJAX (Communication from JavaScript to your browser without reloading the page).
8This type of livesearch is useful when you have a form with a dropdown list with a large number of row.</description>
9 <lead>
10  <name>Giuseppe Dessi</name>
11  <user>Thesee</user>
12  <email>thesee@fastwebnet.it</email>
13  <active>yes</active>
14 </lead>
15 <date>2012-04-13</date>
16 <time>00:58:05</time>
17 <version>
18  <release>0.4.1</release>
19  <api>0.4.0</api>
20 </version>
21 <stability>
22  <release>beta</release>
23  <api>beta</api>
24 </stability>
25 <license>PHP License 3.0</license>
26 <notes>
27Bug #12975	Firefox CSS Warning Message
28
29Bug #13519	Javascript Errors
30 </notes>
31 <contents>
32  <dir baseinstalldir="/" name="/">
33   <file baseinstalldir="/" md5sum="f799ff1e8328b1b4546c487545e3a895" name="docs/example/auto_server.php" role="test">
34    <tasks:replace from="@package_version@" to="version" type="package-info" />
35   </file>
36   <file baseinstalldir="/" md5sum="34ed30174f662072697b194bcd390191" name="docs/example/index.php" role="test">
37    <tasks:replace from="@package_version@" to="version" type="package-info" />
38   </file>
39   <file baseinstalldir="/" md5sum="6659a2b5951c1b95a988a2619d9eb3c4" name="docs/example/live.js" role="test">
40    <tasks:replace from="@package_version@" to="version" type="package-info" />
41   </file>
42   <file baseinstalldir="/" md5sum="f745240616c04c48b4fc4c53b8a9727c" name="docs/example/livesearch.class.php" role="test">
43    <tasks:replace from="@package_version@" to="version" type="package-info" />
44   </file>
45   <file baseinstalldir="/" md5sum="469eacb82842ce58d4bcac828a281c0a" name="docs/example/myfunction.php" role="test">
46    <tasks:replace from="@package_version@" to="version" type="package-info" />
47   </file>
48   <file baseinstalldir="/" md5sum="53f7b7a51c20d7286785efe23558e0cd" name="docs/example/shadow.gif" role="test">
49    <tasks:replace from="@package_version@" to="version" type="package-info" />
50   </file>
51   <file baseinstalldir="/" md5sum="b5b27e0dd88d44d4a5d8e63bb61a1239" name="docs/example/shadowAlpha.png" role="test">
52    <tasks:replace from="@package_version@" to="version" type="package-info" />
53   </file>
54   <file baseinstalldir="/" md5sum="099323f4328f86a1e2fe612d65a07a41" name="docs/example/style.css" role="test">
55    <tasks:replace from="@package_version@" to="version" type="package-info" />
56   </file>
57   <file baseinstalldir="/" md5sum="36a461c063b2722dfb8362945cad08a8" name="HTML/QuickForm/livesearch_select.php" role="php" />
58   <file baseinstalldir="/" md5sum="a5275baae367abc254a7c01b687df02c" name="live.js" role="data">
59    <tasks:replace from="@package_version@" to="version" type="package-info" />
60   </file>
61   <file baseinstalldir="/" md5sum="c2889990b443af89978af4df7917025d" name="README" role="data" />
62  </dir>
63 </contents>
64 <dependencies>
65  <required>
66   <php>
67    <min>4.0.0</min>
68   </php>
69   <pearinstaller>
70    <min>1.4.0b1</min>
71   </pearinstaller>
72   <package>
73    <name>PEAR</name>
74    <channel>pear.php.net</channel>
75   </package>
76   <package>
77    <name>HTML_QuickForm</name>
78    <channel>pear.php.net</channel>
79    <min>3.2.4</min>
80    <exclude>3.2.4</exclude>
81   </package>
82   <package>
83    <name>HTML_AJAX</name>
84    <channel>pear.php.net</channel>
85    <min>0.4.1</min>
86    <exclude>0.4.1</exclude>
87   </package>
88  </required>
89 </dependencies>
90 <phprelease />
91 <changelog>
92  <release>
93   <version>
94    <release>0.1.0</release>
95    <api>0.1.0</api>
96   </version>
97   <stability>
98    <release>alpha</release>
99    <api>alpha</api>
100   </stability>
101   <date>2006-03-17</date>
102   <license uri="http://www.php.net/license/3_0.txt">PHP License 3.0</license>
103   <notes>
104Changes:
105Add styles as class, the user can set as he like.
106Modified Example with callback for post value recalculation
107Add 0 length search control
108Various fix
109* todo: Make HTML_AJAX_Queue_Interval_SingleBuffer variable
110* todo: Set up the options of an alternative element when jscript disabled
111* todo: Checking hidden field for changes.
112* todo: ....
113* todo: release the Livesearch_Text element.
114   </notes>
115  </release>
116  <release>
117   <version>
118    <release>0.1.5</release>
119    <api>0.1.5</api>
120   </version>
121   <stability>
122    <release>alpha</release>
123    <api>alpha</api>
124   </stability>
125   <date>2006-04-04</date>
126   <license uri="http://www.php.net/license/3_0.txt">PHP License 3.0</license>
127   <notes>
128Changes:
129Now you can set the buffer time
130Modified Example added an option to set the buffer time
131Some code style issue fix
132Now when a key is pressed the value is reset
133* todo Do not reset the value when the key is an arrow or a function button
134* todo: Set up the options of an alternative element when jscript disabled
135* todo: release the Livesearch_Text element.
136   </notes>
137  </release>
138  <release>
139   <version>
140    <release>0.2.0</release>
141    <api>0.2.0</api>
142   </version>
143   <stability>
144    <release>beta</release>
145    <api>beta</api>
146   </stability>
147   <date>2006-05-25</date>
148   <license uri="http://www.php.net/license/3_0.txt">PHP License 3.0</license>
149   <notes>
150Changes:
151Single quote issue on liveform variable
152Added attributes on example.
153Style coding issue
154The id value is not reset when the keypressed is left or right arrow
155* todo: Do not reset the value when the key is a button that do not alter the text.
156* todo: Set up the options of an alternative element when jscript disabled
157   </notes>
158  </release>
159  <release>
160   <version>
161    <release>0.3.0</release>
162    <api>0.3.0</api>
163   </version>
164   <stability>
165    <release>beta</release>
166    <api>beta</api>
167   </stability>
168   <date>2006-06-23</date>
169   <license uri="http://www.php.net/license/3_0.txt">PHP License 3.0</license>
170   <notes>
171Changes:
172Solved bug with frozen element.
173* todo: Do not reset the value when the key is a button that do not alter the text.
174* todo: Set up the options of an alternative element when jscript disabled
175   </notes>
176  </release>
177  <release>
178   <version>
179    <release>0.3.1</release>
180    <api>0.3.1</api>
181   </version>
182   <stability>
183    <release>beta</release>
184    <api>beta</api>
185   </stability>
186   <date>2006-08-31</date>
187   <license uri="http://www.php.net/license/3_0.txt">PHP License 3.0</license>
188   <notes>
189Changes:
190Added compatibility to new HTML_AJAX 0.5.0 release.
191   </notes>
192  </release>
193  <release>
194   <version>
195    <release>0.3.2</release>
196    <api>0.3.2</api>
197   </version>
198   <stability>
199    <release>beta</release>
200    <api>beta</api>
201   </stability>
202   <date>2006-09-24</date>
203   <license uri="http://www.php.net/license/3_0.txt">PHP License 3.0</license>
204   <notes>
205Changes:
206Added option to print or not the default css style, so you can put it in your css.
207Added autocomplete On/Off option
208The setValue Function use the callback, if the callback is not set, the function set the raw value.
209Fixed some HTML code for XHTML compatibilty
210   </notes>
211  </release>
212  <release>
213   <version>
214    <release>0.4.1</release>
215    <api>0.4.0</api>
216   </version>
217   <stability>
218    <release>beta</release>
219    <api>beta</api>
220   </stability>
221   <date>2012-04-13</date>
222   <license>PHP License 3.0</license>
223   <notes>
224Bug #12975	Firefox CSS Warning Message
225
226Bug #13519	Javascript Errors
227   </notes>
228  </release>
229 </changelog>
230</package>
231