[fw-general] Dojo form controls style Issue

2009-09-19 Thread Naimesh.Trivedi (Gmail)
Hello ! Well I am using dojo in my zend application, I have used dojo 1.3.2 and copied it in /public/js and calling control's directly then using via Zend digit so that this new version controls works. a) Actually when my form loads, controls it flickers for a second as original html style/width

[fw-general] RE: [fw-mvc] so complex!

2009-09-17 Thread Naimesh.Trivedi (Gmail)
Well I am so much surprised, why people are behaving like 3rd party, not at all concerned about this and work as team which is the motto of Open Source technology. I am very much upset with the tone of the people. Yes, I do agree there are requirement of some real world tutorial and more

[fw-general] Using Zend keeping url intact

2009-09-01 Thread Naimesh.Trivedi (Gmail)
Hello ! Can anybody help me telling, how to keep the URL intact for the working websites but still to convert them in Zend Framework 1.9. The old sites URLs are like http://www.abc.com/index.php http://www.abc.com/abc.php?id=23 Please help me on this with some example. Thanks

[fw-general] RE: [fw-mvc] Fetch data to Json conversion issue

2009-08-27 Thread Naimesh.Trivedi (Gmail)
Hello ! Thanks for the efforts, it worked. I just needed to modify it bit, adding a counter and add row to $tmp[‘items’][$i] instead of $tmp[]. Thanks, Nbt From: oreales [mailto:orea...@gmail.com] Sent: Wednesday, August 26, 2009 9:23 PM To: Naimesh.Trivedi (Gmail) Cc: fw-general

[fw-general] Fetch data to Json conversion issue

2009-08-25 Thread Naimesh.Trivedi (Gmail)
Dear Sir, Hello ! Well I am calling ajax request from my javascript function which in turn is called from dojo.combobox onChange event. I want to return Json output to this javascript from my action. It works well on hard coded array $arr but does not work with $data which has actual

[fw-general] RE: [fw-mvc] dijit.form.DateTextBox properties

2009-08-25 Thread Naimesh.Trivedi (Gmail)
Thanks ! I did as following and it worked. My issue was I was give 8 for August but it need 08. constraints={min:'2009-08-10',max:'2009-12-31',formatLength:'long'} Naimesh From: ivar koster [mailto:ivar.kos...@gmail.com] Sent: Monday, August 24, 2009 8:01 PM To: Naimesh.Trivedi (Gmail

[fw-general] dijit.form.DateTextBox properties

2009-08-24 Thread Naimesh.Trivedi (Gmail)
Hello ! I tried giving default value to my dijit.form.DateTextBox and adding min constraints but it does not work. I did give like below : input type=text id=task_date name=task_date size=10 value=8/18/2009 dojoType=dijit.form.DateTextBox required=true

[fw-general] Dojox.grid.DataGrid Fonts/Style changing

2009-08-21 Thread Naimesh.Trivedi (Gmail)
Hello ! I am new to Dojo. I have used dojox.grid.DataGrid and dojox.data.QueryReadStore. My grid is showing characters in very small size like 8px size. 1) Can anybody help me, how to override and specify, font-family, font-size etc. attribute for header and rows in dojox.grid. Datagrid.

[fw-general] Sorting and Paging in Dojox.DataGrid

2009-08-19 Thread Naimesh.Trivedi (Gmail)
Hello ! I am new to Dojo and trying to adopt dojo in Zend Framework 1.9. I did download and copy dojo 1.3.2 and copied in my /js/dojo folder. The below code works well and populate grid with data. 1) I populoated Dojox.DataGrid using following code but it does not allow to sort when I click

[fw-general] RE: [fw-mvc] Re: [fw-general] Dojo Ediion in Zend framework 1.9

2009-08-17 Thread Naimesh.Trivedi (Gmail)
...@zend.com] Sent: Monday, August 17, 2009 3:21 AM To: fw-general@lists.zend.com; fw-...@lists.zend.com Subject: [fw-mvc] Re: [fw-general] Dojo Ediion in Zend framework 1.9 -- Naimesh.Trivedi (Gmail) naimesh.triv...@gmail.com wrote (on Thursday, 13 August 2009, 07:25 PM +0530): Can anybody please

[fw-general] RE: [fw-mvc] Re: [fw-general] Calling Dojo

2009-08-17 Thread Naimesh.Trivedi (Gmail)
-Original Message- From: Matthew Weier O'Phinney [mailto:matt...@zend.com] Sent: Monday, August 17, 2009 2:39 AM To: fw-general@lists.zend.com; fw-...@lists.zend.com Subject: [fw-mvc] Re: [fw-general] Calling Dojo -- Naimesh.Trivedi (Gmail) naimesh.triv...@gmail.com wrote

[fw-general] Dojo Ediion in Zend framework 1.9

2009-08-13 Thread Naimesh.Trivedi (Gmail)
Hello ! Can anybody please tell me which dojo version is bundled in /externals folder and used in Zend/library for framework 1.9. Because I did download Dojo from dojotoolkit.org and the standalone example code from its site does work well but gives error if same used in Zend environment

[fw-general] Calling Dojo

2009-08-11 Thread Naimesh.Trivedi (Gmail)
Hello ! What difference would be in performance, if using dojo in a class like : class Default_Form_Prjhead extends Zend_Dojo_Form and declaring all dojo elements below it against directly using in view - form.phtml as div class=formRow label for=firstNameFirst / Last Name:

RE: [fw-general] Zend_Form_Dojo Submit button issue

2009-08-03 Thread Naimesh.Trivedi (Gmail)
Dear Ali, Hello ! No, it did not help, still the Label is coming with button. Thanks Regards, Naimesh -Original Message- From: Ali [mailto:imjob@googlemail.com] Sent: Sunday, August 02, 2009 5:28 AM To: Naimesh.Trivedi (Gmail) Cc: fw-general@lists.zend.com Subject: Re: [fw

[fw-general] Zend DoJo Grid Issue

2009-08-03 Thread Naimesh.Trivedi (Gmail)
Hello ! Well I tried creating as mentioned in your code as also setup the dojo as per link mentioned above, but I am just able to display labels in blank page no data or grid. I tried this on zend framework 1.8.4 Please find my code below : My Bootstrap : class Bootstrap extends

RE: [fw-general] Using Dojo with Zend

2009-08-03 Thread Naimesh.Trivedi (Gmail)
, Naimesh From: coolcoder...@gmail.com [mailto:coolcoder...@gmail.com] On Behalf Of devninja Sent: Friday, July 31, 2009 7:27 PM To: Naimesh.Trivedi (Gmail) Subject: Re: [fw-general] Using Dojo with Zend Hi, I'm going to try to give you the answers, if I am wrong, please someone correct me

[fw-general] Using Ajax with Zend

2009-07-31 Thread Naimesh.Trivedi (Gmail)
Hello ! I want to use Ajax in my Zend based input forms, should I used Zend_Form or Zend_Dojo_Form ? Can anybody help me showing a link of example of ajax enabled form using above ? Thanks in Advance ! Naimesh

[fw-general] Zend_Form_Dojo Submit button issue

2009-07-31 Thread Naimesh.Trivedi (Gmail)
Hello ! I am using Zend framework 1.8.4. I tried adding a Zend_Form_dojo button element as below : $this-addElement('SubmitButton','submitBtn',array('required' = false,'ignore' = true,'label' = 'Submit',)); It adds it successfully but also generates label element for it which

[fw-general] RE: [fw-mvc] Using Ajax with Zend

2009-07-31 Thread Naimesh.Trivedi (Gmail)
it. Thanks in Advance ! Naimesh From: Simone Cosci [mailto:s.co...@nextidea.it] Sent: Friday, July 31, 2009 7:16 PM To: fw-general@lists.zend.com Cc: fw-...@lists.zend.com Subject: Re: [fw-mvc] Using Ajax with Zend Naimesh.Trivedi (Gmail) ha scritto: Hello ! I want to use Ajax in my

[fw-general] Using Dojo with Zend

2009-07-30 Thread Naimesh.Trivedi (Gmail)
Hello ! I have started exploring zend framework 1.8.4 to port new applications to Zend. Can you please guide me knowing following to start with : 1)How do I use Ajax enabled to Zend_Form elements and validate my form elements ? 2) To use Dojo and Zend_Dojo_Form, do I need to put

[fw-general] Zend Controller: get controller instance from within a plugin

2007-03-28 Thread gMail
Hello all, Can I get an action controller instance from within a controller plugin (class MyPlugin extends Zend_Controller_Plugin_Abstract). The method, described in the manual, seems to be no longer valid: $dispatcher = Zend_Controller_Front::getInstance()-getDispatcher();