php - Trying to use yui treeview inside of a cakephp view -
i'd put yui treeview inside of add.ctp view in cakephp application. i've got treeview displaying fine i'm trying handle on how can incorporate treeview selected nodes post data gets submitted cakephp view.
i solved same problem using json:
- create javascript function allow encoding of yui's selected nodes json string
- add json string hidden field dom properties
Comments
Post a Comment