Revisions for incubator/Horde_Form/test.php

Location: [ Horde ] / incubator / Horde_Form / test.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.23 (+3 -3 lines) 07/10/2007 02:35 PM Chuck Hagenbuch chuck

Use Horde_Loader instead of Horde_Rampage_Loader

1.22 (+2 -2 lines) 05/06/2007 10:16 PM Chuck Hagenbuch chuck

capitalization

1.21 (+23 -23 lines) 04/27/2007 01:13 AM Chuck Hagenbuch chuck

Current (non)working version of incubator Horde_Form test script

1.20 (+25 -25 lines) 02/25/2007 01:07 AM Chuck Hagenbuch chuck

Form knows its variables, don't need to pass them everywhere.

1.19 (+2 -2 lines) 02/24/2007 01:10 AM Chuck Hagenbuch chuck

remove factory call

1.18 (+6 -8 lines) 02/22/2007 01:46 PM Chuck Hagenbuch chuck

use Rampage_Loader, avoid factories, fix hiddens

1.17 (+12 -122 lines) 02/17/2007 11:37 PM Chuck Hagenbuch chuck

Some more steps towards getting _all_ output code into the renderer,
real PHP 5 code, and more.

1.16 (+3 -1 lines) 11/19/2006 09:29 PM Chuck Hagenbuch chuck

$Horde:$

1.15 (+0 -4 lines) 11/19/2006 09:29 PM Chuck Hagenbuch chuck

Remove the incremental validation code, at least for now.

1.14 (+108 -0 lines) 11/19/2006 09:25 PM Chuck Hagenbuch chuck

This is undoubtedly somewhat broken, but start really enforcing
getting presentation-related methods out of the Form class and mark
them for moving to the renderer.

1.13 (+5 -1 lines) 11/16/2006 05:31 PM Chuck Hagenbuch chuck

[cjh] Add a Horde_Form_Action for setting the cursor position in any
text field (Request #4431).

1.12 (+1 -0 lines) 11/13/2006 12:42 AM Chuck Hagenbuch chuck

A bit of cleanup, a bit more fluidity in this CSS.

1.11 (+0 -52 lines) 09/17/2006 11:10 PM Chuck Hagenbuch chuck

Move incremental validation demo into a seperate file.

1.10 (+2 -0 lines) 09/17/2006 10:24 PM Chuck Hagenbuch chuck

Load our local Horde/ files before other include_path files.

1.9 (+8 -8 lines) 09/17/2006 10:20 PM Chuck Hagenbuch chuck

- Refactor to make it easier to lay these files over a base Horde
install without path changes.
- Also greatly reduce the diff between this and the standard Horde_Form.

1.8 (+7 -7 lines) 07/15/2006 12:36 AM Chuck Hagenbuch chuck

This is not a nicely organized commit; it is a large chunk of work
I've done on the incubator version of Horde_Form. Lots of code
cleanup, things render better in Safari, and more.

1.7 (+2 -2 lines) 03/04/2006 07:17 PM Chuck Hagenbuch chuck

Remove unnecessary singleton() methods.

1.6 (+42 -50 lines) 03/02/2006 06:50 PM Chuck Hagenbuch chuck

s/Incubator_Horde_Form/Horde_Form, some changes towards making this a
PHP5 version of Horde_Form, cleanups, and fixes.

1.5 (+6 -2 lines) 08/30/2005 08:59 AM mwarden

fixed bug in custom callback that resulted in displaying an 'error' when teh field had yet to be touched

1.4 (+40 -1 lines) 08/30/2005 01:41 AM mwarden

Added a input/output textarea set so one can see what's being sent via AJAX. More importantly, added an example of a custom callback for incremental validation that does some dummy validation of a username to check whether it is already in use, and outputs some custom XML in the validation result which identifies possible username alternatives (although I did not bother to add the DOM hooks that go along with acting on this custom XML).

1.3 (+42 -27 lines) 08/18/2005 12:24 AM mwarden

added incremental validator (ajax validation) testing

1.2 (+12 -1 lines) 08/06/2005 08:44 PM mwarden

added some variable types to test

1.1 08/06/2005 03:27 AM mwarden

beginnings of a test for Incubator_Horde_Form. does not currently represent all field types.