Releases for sf 1.4
| Version |
License |
API |
Released |
|
1.0.4stable
|
MIT license |
1.0.0stable
|
18/04/2011 |
|
1.0.3stable
|
MIT license |
1.0.0stable
|
18/04/2011 |
|
1.0.2stable
|
MIT license |
1.0.0stable
|
18/04/2011 |
|
1.0.1stable
|
MIT license |
1.0.0stable
|
18/04/2011 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
1.0.4stable
|
MIT license |
1.0.0stable
|
18/04/2011 |
|
1.0.3stable
|
MIT license |
1.0.0stable
|
18/04/2011 |
|
1.0.2stable
|
MIT license |
1.0.0stable
|
18/04/2011 |
|
1.0.1stable
|
MIT license |
1.0.0stable
|
18/04/2011 |
Changelog for release 1.0.4 - 18/04/2011
- marcin: bug in okiFormSlotEditForm fidex
Other releases
Release 1.0.4 - 18/04/2011
- marcin: bug in okiFormSlotEditForm fidex
Release 1.0.3 - 18/04/2011
- marcin: changes in readme file
Release 1.0.2 - 18/04/2011
- marcin: small changes in readme file
Release 1.0.1 - 18/04/2011
- marcin: First release of the plugin
okiFormPlugin
This plugin provide new slot type to Apostrophe. It is simple tool which can be used to build forms in very easy way.
Features
- Supports 3 different types of form widgets: input['text'], textarea, select
- Configurable options via slot edit form:
- E-mail recipient
- E-mail subject
- Error message
- Success message
- Adding form fields
Installation & Configuration
Download the plugin and extract to the plugins directory of your project.
Enabled the plugin in ProjectConfiguration.class.php.
Add
'okiFormPlugin'
to
$this->enablePlugins
Enabled the slot in apps\frontend\config\app.yml.
Add
okiForm: Form
to
slot_types
Enable the slot module in apps\frontend\config\settings.yml.
Add
okiFormSlot
to
enabled_modules
Add okiForm slot to templates apps\frontend\modules\a\templates\defaultTemplate.php and apps\frontend\modules\a\templates\homeTemplate.php.
Add
'okiForm'
to
allowed_types of body and sidebar areas
Finally,
./symfony cc
./symfony doctrine:build --all-classes
Using the Plugin
Use the slot just as how you would use other built-in Apostrophe slots.
Changelog
v1.0.x
Initial Release
Copyright
(c) 2011 Marcin Wiercioch Okinet Interactive Group (okinet.pl)