newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

Integration Support #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please support the option to enable the use inside a template where certain 
resources can be overwritten where resource is already available. 

For instance, some templates already have the following loaded:

1. JQuery
2. TinyMCE

Perhaps allow resources to be defined. 

Original issue reported on code.google.com by sonja...@gmail.com on 19 Aug 2010 at 5:27

GoogleCodeExporter commented 8 years ago
Many of the 3rd party pieces that are integrated into this project - including 
jQuery and TinyMCE - have form attributes for preventing their respective 
javascript files from being included.  These are set in the form's 
setAttributes function.

$form->setAttributes(array(
     "preventJQueryLoad" => 1,
     "preventTinyMCELoad" => 1
));

Hope that helps,
Andrew

Original comment by ajporterfield@gmail.com on 19 Aug 2010 at 1:10

GoogleCodeExporter commented 8 years ago

Original comment by ajporterfield@gmail.com on 30 Aug 2010 at 2:49