Re: [fw-general] QUestion about jQuery ajaxLink- can anyone take a look on this please?

2008-12-03 Thread vladimirn
Anyone pls? -- View this message in context: http://www.nabble.com/QUestion-about-jQuery-ajaxLink--can-anyone-take-a-look-on-this-please--tp20732925p20795245.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] QUestion about jQuery ajaxLink- can anyone take a look on this please?

2008-12-03 Thread Daniel Latter
you need $view-addHelperPath(ZendX/JQuery/View/Helper, ZendX_JQuery_View_Helper); in your view I think as this is JQuery related. Thank You Daniel Latter 2008/12/2 vladimirn [EMAIL PROTECTED]: Anyone pls? -- View this message in context:

Re: [fw-general] QUestion about jQuery ajaxLink- can anyone take a look on this please?

2008-12-03 Thread vladimirn
Thank you Daniel, i already have this added in my bootstrap. At least you have read my post :) ajaxLink works ok . But i need to have ajaxLink inside requested ajaxLInk content. Is my english to bad, or no one here can give me an answer? :) I really want thats about my english and that i dont

Re: [fw-general] QUestion about jQuery ajaxLink- can anyone take a look on this please?

2008-12-03 Thread vladimirn
Hello Benjamin, thanks for your response. Are you saying that ajaxLInk could be used only to display pages which must not have javascipt inside? So, only plain text and html without javascript will work? If so, i really dont see real use for it except to play and have ONE quickly loaded page.

Re: [fw-general] QUestion about jQuery ajaxLink- can anyone take a look on this please?

2008-12-03 Thread Benjamin Eberlei
we are already that far. The problem is javascript within that ajax generated html that is not interpreted correctly when using ajaxLink and inline onClick rendering. On Wednesday 03 December 2008 17:49:31 Daniel Latter wrote: Hi again, You may want to look at Ajaxcontent and ContextSwitches