Re: Controller-Flash and AJAX

2007-01-26 Thread rombeh
div id=content div id=flashmessageflash message stuff here../div /div just add insertion=Insertion.bottom to you ajaxupdate callback, so response data will be placed under #flashmessage div On Jan 27, 7:52 am, Jacek [EMAIL PROTECTED] wrote: Hi all. I'm working on ajax-powered application and

Re: $html-checkbox

2006-07-05 Thread rombeh
how about $html-radio? how to make one of options checked by default? thanks. Grant Cox wrote: The second parameter to $html-checkbox() is a title, not the html attributes. Change it to $html-checkbox('Article/active', 'Is active', array('checked' = 'checked')); and it will work.

Re: Implemented OthAuth

2006-06-30 Thread rombeh
hi Langdon Stevenson, Can u show me quick walkthrough (place some code too :D) in order to get it works thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to

Re: Implemented OthAuth

2006-06-30 Thread rombeh
I still can't get it work, here's my code (I'm trying to protect entire controllers action): ? / *** /apps/app_controller.php */ class AppController extends Controller { var $helpers = array('Html','Javascript','Ajax','othAuth'); var $components = array('othAuth','RequestHandler');