Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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