developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Changes between Version 1 and Version 2 of rfc/jforms-controls-plugins
- Timestamp:
- Jan 11, 2012, 5:52:03 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rfc/jforms-controls-plugins
v1 v2 50 50 {{{ 51 51 ;[jforms_builder_{buildername}] 52 [jforms .builder.html]52 [jforms_builder_html] 53 53 ; controltype = pluginname 54 54 input.date = myplugin1 … … 69 69 70 70 71 == support of this plugins in the builder == 72 73 Classes for "native" controls, could be in the same file, not in plugins, to avoid to have many includes. 74 75 The builder check the configuration and then options, to retrieve the plugin name to use. If there isn't plugin name, it use the "native" class to generate the html. Else it call the plugin. 71 76 72 77 … … 77 82 78 83 84 85 86 87 88 89 90