Re: need text box for ajax input and output.

2009-10-14 Thread Mateusz Kaczanowski
In ajax script you can deine "field" and "value". For example "field" will be id of textarea and "value" will be a value. Then you can post this data to your controller. $this->params this function you can recive data. 2009/10/14 Jiru > > //select.ctp > > if (!empty($options)) { > foreach ($op

need text box for ajax input and output.

2009-10-14 Thread Jiru
//select.ctp $v) { echo "$v"; } } ?> here it shows the values in dropdown list when i used to select it using Ajax. But for the same process i need it in text boxes, both the input and output. How i can do it ? regards, jiru --~--~-~--~~~---~--~~ You rece