Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/queirozfcom/yii-variable-input
variable input widget for yii
https://github.com/queirozfcom/yii-variable-input
Last synced: 7 days ago
JSON representation
variable input widget for yii
- Host: GitHub
- URL: https://github.com/queirozfcom/yii-variable-input
- Owner: queirozfcom
- Created: 2013-03-26T05:29:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T19:21:49.000Z (about 11 years ago)
- Last Synced: 2024-11-09T07:47:45.815Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yii-variable-input
==================widget meant to be used when you need to add stuff to a model but don't know, a priori, how many you'll need.
For example, say you want to create a view to write a blog post and add tags to it. You don't know beforehand how many tags you'll need so I've made this widget to account for that.
In other words, it's a variable-length javascript widget.
##TODO##
- add screenshots
- add a working demo
- add the php validator to be used with it
- add the form that I usually use with this