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:

  1. create javascript function allow encoding of yui's selected nodes json string
  2. add json string hidden field dom properties

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -