root/trunk/examples

Name Size Rev Age Last Change
../
cache 320 3 years schst: Parser now uses the element's id for the placeholder. …
customModule 378 2 years gerd: Added feature: addModuleDir / addModuleBaseDir in patForms
data 297 3 years schst: Test and fix the CSV storage container (closes ticket #177)
fileupload 2 4 years schst: initial import on new server
locales 147 4 years schst: add support for custom locales in rules
patExampleGen 378 2 years gerd: Added feature: addModuleDir / addModuleBaseDir in patForms
propel 338 3 years sfuchs: updated examples (Propel bookstore classes) with Propel svn head versions
templates 335 3 years sfuchs: Extended the Propel/Bookstore example
.cvsignore 9 bytes 69 4 years schst: added cvsignore
custom.css 0.8 kB 152 4 years argh: Added display of form element values below a form when it has been …
example_api_autovalidate.php 2.3 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_api_default_attributes.php 2.7 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_api_factory_customModule.php 1.8 kB 378 2 years gerd: Added feature: addModuleDir / addModuleBaseDir in patForms
example_api_factory_detailed.php 4.0 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_api_factory_simple.php 3.3 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_api_locale.php 1.9 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_api_locale_custom.php 2.2 kB 179 4 years schst: fix comment
example_api_replace_element.php 4.0 kB 144 4 years schst: added replace element
example_api_setvalues.php 4.9 kB 192 3 years schst: fixed bug in setValues() that caused a fatal error when setting the value …
example_api_toxml.php 1.5 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_api_toxml_ns.php 1.5 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_attributefilter_applyform.php 3.5 kB 349 3 years gerd: Draft of new feature: attribute filter
example_attributefilter_gettext.php 2.5 kB 349 3 years gerd: Draft of new feature: attribute filter
example_attributefilter_test.php 2.7 kB 349 3 years gerd: Draft of new feature: attribute filter
example_clientside_date.php 2.7 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_clientside_javascript.php 4.7 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_creator_autosave.php 2.1 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_creator_db.php 1.8 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_creator_db_mysql.php 1.8 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_datasrc_countries.php 3.0 kB 278 3 years schst: Use a RadioGroup? and an Enum element in the example.
example_datasrc_function.php 3.1 kB 267 3 years schst: Pass the element to the datasource, to allow context-sensitive datasources …
example_datasrc_object.php 3.5 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_element_combobox.php 2.7 kB 185 4 years schst: very early version of a combobox
example_element_date.php 3.8 kB 176 4 years argh: Updated to work with the new version
example_element_enum.php 2.7 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_element_enum_optgroup.php 3.4 kB 347 3 years schst: Added experimental optgroup support to the Enum element
example_element_file.php 2.8 kB 355 2 years gerd: commited changes from rev 354 to trunk, fixed #208 and #209
example_element_group.php 5.5 kB 168 4 years schst: getElementByName() now searches in containers like groups
example_element_hidden.php 2.2 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_element_number.php 2.7 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_element_pool.php 2.7 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_element_pool_multi.php 4.1 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_element_radio.php 2.1 kB 360 2 years schst: Whitespace fixes
example_element_radiogroup.php 3.0 kB 381 2 years gerd: added missing initialisation of attributes (allows to apply modifier)
example_element_set.php 2.9 kB 271 3 years argh: Fixed bug #172: modified behavior of the setValue for the set element so …
example_element_string.php 3.5 kB 396 9 months axel: Changed the way to calcualte the strlen. If the mb_strlen function is …
example_element_switch.php 2.1 kB 321 3 years argh: Fixed bugs #171 (Date element accepts invalid dates), #187 (french …
example_element_switchgroup.php 2.8 kB 381 2 years gerd: added missing initialisation of attributes (allows to apply modifier)
example_element_text.php 2.4 kB 336 3 years gerd: Fixed bug #192 and improved tag-validation support using the new attribute …
example_event_combined.php 3.3 kB 294 3 years schst: Fixed bug #181 (redeclared function)
example_event_object.php 3.4 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_event_onerror.php 2.5 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_event_onsubmit.php 3.0 kB 274 3 years schst: Avoid multiple auto-validate checks, clean up event management, add the …
example_event_onsuccess.php 3.8 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_filter_auto.php 2.2 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_filter_function.php 2.5 kB 187 4 years schst: added applySimpleFilter
example_filter_multiplier.php 2.4 kB 289 3 years schst: Added error checks to filter creation and appliance. Fixed the Number …
example_filter_trim.php 2.3 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_filter_xss.php 2.3 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_observer_attach_element.php 2.2 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_observer_attach_elements.php 3.2 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_observer_attach_form.php 3.2 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_observer_combining.php 3.7 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_observer_error_attributes.php 3.5 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_observer_readonly.php 3.2 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_parser_attributes.php 1.4 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_parser_datanamespace.php 1.9 kB 301 3 years schst: Added value namespace support to the parser (addresses bug #155)
example_parser_datasource.php 2.3 kB 304 3 years schst: Remove all die() calls (addresses bug #155), CS and whitespace fixes, fix …
example_parser_events.php 2.0 kB 305 3 years schst: Added event handlers to Parser (addresses bug #155)
example_parser_html.php 2.0 kB 299 3 years schst: Allow several elements with the same name to be set in the form …
example_parser_intro.php 3.1 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_parser_ns_auto.php 1.5 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_parser_ns_handler.php 4.6 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_parser_options.php 1.4 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_parser_pattemplate.php 2.6 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_parser_pattemplate_2forms.php 3.1 kB 140 4 years schst: added first draft of patForms_Collection and use it in patForms_Parser
example_parser_pattemplate_group.php 3.3 kB 275 3 years schst: Some code cleanup, the HTML parser now also extracts the form attributes
example_parser_placeholder.php 2.2 kB 320 3 years schst: Parser now uses the element's id for the placeholder. …
example_parser_radiogroups.php 1.6 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_parser_simple.php 2.4 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_renderer_array.php 3.4 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_renderer_pattemplate.php 3.3 kB 219 3 years schst: added renderer that uses patTemplate
example_renderer_pattemplate_form.php 3.9 kB 220 3 years schst: allow template to render form errors using a different layout
example_renderer_pattemplate_repeat.php 4.4 kB 326 3 years schst: Fixed bug #194: Pass element type to the template
example_renderer_radiogroup.php 3.4 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_renderer_string.php 3.0 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_renderer_string_attributes.php 2.7 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_renderer_string_errors.php 2.7 kB 290 3 years schst: Added support for errors in the String renderer (requested by Arnaud)
example_renderer_string_placeholders.php 2.9 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_rule_after.php 3.7 kB 234 3 years schst: added new rule: AnyRequired? allows you to specify a list of fields where …
example_rule_before.php 3.1 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_rule_conditionalenum.php 6.0 kB 325 3 years schst: Fixed bug #193: Javascript of form rules is not generated
example_rule_element.php 2.6 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
example_rule_format.php 2.3 kB 295 3 years schst: Added new removeRule() method (Fixes bug #174)
example_rule_remove.php 2.6 kB 295 3 years schst: Added new removeRule() method (Fixes bug #174)
example_storage_csv.php 3.4 kB 297 3 years schst: Test and fix the CSV storage container (closes ticket #177)
example_storage_db.php 3.8 kB 281 3 years schst: Pass event-handler errors to the user, check, whether DB connection could …
example_storage_db.sql 497 bytes 74 4 years schst: added sql for Storage::DB example
example_storage_mail.php 3.5 kB 231 3 years schst: Started implementing the Mail storage container Provides only very basic …
example_storage_propel.php 5.8 kB 338 3 years sfuchs: updated examples (Propel bookstore classes) with Propel svn head versions
index.php 0.5 kB 117 4 years argh: Massive update of the examples collection; added the patExampleGen …
setup_examples.php 342 bytes 297 3 years schst: Test and fix the CSV storage container (closes ticket #177)
  • Property svn:ignore set to users.csv
Note: See TracBrowser for help on using the browser.