Ticket #434 (closed enhancement: fixed)

Opened 10 months ago

Last modified 2 months ago

Improve jForms to alllow to use our own builder

Reported by: laurentj Assigned to:
Priority: highest Milestone: Jelix 1.1 beta 1
Component: jelix:forms Version: 1.0
Severity: normal Keywords:
Cc: Php version:
Review: Hosting Provider:
Documentation needed: 0 Blocking:

Description

jForms use a class, jFormHtmlBuilderBase, to build the html tags of a form. Generated HTML is not always usable in all case. For example somebody wants to use ajax, or add some specificities to input etc.. So it could be cool if we can to provide our own builder easily.

Perhaps builders could be provided as a plugin...

Change History

01/26/08 23:06:59 changed by laurentj

  • status changed from new to closed.
  • resolution set to fixed.

Improvement done in the trunk. Now we can provide a plugin which contains two files :

  • A) a compiler
  • B) a builder.

The compiler A is called by the jForms compiler. Its purpose is to compile content of a builder class which inherits from the builder B.

02/27/08 14:13:51 changed by laurentj

  • review changed.
  • docneeded set to 1.
Download in other formats: Comma-delimited Text Tab-delimited Text RSS Feed