don.vijay05
(don.vijay05@gmail.com)
March 21, 2014, 5:08am
1
Hye to all. Am doing my final semester project in YII FRAMEWORK. Am very fresher to yii. Now i stuck with the auto save. my guide instruct me to save the text field and the text area without submit button. i didn’t get any thing related to my problem so please help me with the full instructions and code. It may helpfull to Our friends also.
Hope I got a better reply.
Thank u in advance.
Hye to all. Am doing my final semester project in YII FRAMEWORK. Am very fresher to yii. Now i stuck with the auto save. my guide instruct me to save the text field and the text area without submit button. i didn’t get any thing related to my problem so please help me with the full instructions and code. It may helpfull to Our friends also.
Hope I got a better reply.
Thank u in advance.
hi , u can use simple ajax to sve without submitting the form
don.vijay05
(don.vijay05@gmail.com)
March 21, 2014, 5:25am
3
ya mannu u r right.
But the problem is while, mouse out from the textbox the value need to save in the db automatically. thats why i stucked
mrtain
(Mb)
March 26, 2014, 1:15pm
4
A mouseout event is the wrong way to tackle this - what if the user tabs into the box without any mouse contact?
Your best bet is to use the onChange event:
http://www.w3schools.com/jsref/event_onchange.asp
don.vijay05
(don.vijay05@gmail.com)
July 8, 2014, 3:51am
5
Thank u mrtain Its working…