[fw-general] pChart Library in Zend Framework

2008-10-14 Thread Rohit83
Hello All, I have to embed pChart library into my ZF application,i tried but it wasn't happen. Anybody have idea,how i can embed the pChart in ZF, Thanks in advance Regards, Rohit -- View this message in context: http://www.nabble.com/pChart-Library-in-Zend-Framework-tp19968526p19968526.html

[fw-general] Zend_form Action Redirect

2008-09-17 Thread Rohit83
Hi All, I have developed one form containing one text box and check box and submit button if i checked the check box and clicked on submit i want to redirect it on another action and when the checkbox remains unchecked and by clicking on submit button the value of text box should be accessed

[fw-general] Updating Data using update() function

2008-07-30 Thread Rohit83
Hi All, I use update() function like $n = $db-update('bugs', $data, 'bug_id = 2'); but when this function executes all the rows in the table changes to the value i have passed to update function instead of only one row that i have given in the function. This is bug or i am using function wrongly

[fw-general] WYSIWYG editor and Zend Framework

2008-07-24 Thread Rohit83
Hi All I have added WYSIWYG editor to one of my form but am unable to utilize its full feature, like when i am going to add Emotions or Citation then it gives the controller error Invalid controller specified (jscripts). Is there something wrong? Is there any other way to add any type of editor

[fw-general] javascript and radio button value

2008-07-22 Thread Rohit83
Hi I am writing javascript and in that tring to fetch the value of radio button options when submit button is clicked,but unable to figure out how i can do that? will anybody suggest the way? Regards

[fw-general] Access radio button value in view

2008-07-21 Thread Rohit83
Hi All I have radio button in form and trying to access its value through phtml after clicking on submit button but i am unable to access which option is checked when i click on submit button.So please anybody suggest the way how can i do that. Regards Rohit -- View this message in context:

[fw-general] values for checkbox and populate method

2008-07-09 Thread Rohit83
Hi All I have check box element in form and have written the custom decorator for this form in that i have written one function as given in the documentation. public function buildInput() { $element = $this-getElement(); $helper = $element-helper; return

Re: [fw-general] values for checkbox and populate method

2008-07-09 Thread Rohit83
Regards Rohit Matthew Weier O'Phinney-3 wrote: -- Rohit83 [EMAIL PROTECTED] wrote (on Wednesday, 09 July 2008, 05:04 AM -0700): Hi All I have check box element in form and have written the custom decorator for this form in that i have written one function as given in the documentation

[fw-general] Custom Validators and addPrefixPath method

2008-06-23 Thread Rohit83
Hi all I have written the custom validator for email verification Now i added these validator on my form elelment by $this-addPrefixPath('Custom_Validate', 'Custom/Validate/', 'validate'); $mail-addValidator('EmailConfirmation', false, array('mail')); But it gives me error Uncaught exception

[fw-general] Displaying field on condition

2008-06-20 Thread Rohit83
-- View this message in context: http://www.nabble.com/Displaying-field-on-condition-tp18028750p18028750.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Validation related issue(apply validation on condition)

2008-06-20 Thread Rohit83
Hi All I have developed one form which contains one radio element of Zend_Form having two options lets say 'Yes' and 'No'. Now if i click on 'Yes' option then i want to apply validations on elements below that radio element and vice versa. Can anybody suggest me the way?? Thanks in

[fw-general] Instantiating custom decorators

2008-06-20 Thread Rohit83
Hi I have written one class named Composite ,in which i have written the custom decorators, shall i instantiate this class like $decorator = new decorator_Composite(); as we do for $decorator = new Zend_Form_Decorator_Label(); and if i do this and apply decorators to some of the elements of

[fw-general] br / Creats Problem in Display

2008-06-18 Thread Rohit83
Hi all,I have created one Radio element through Zend_Form But at the time of displaying options one br / is added. How i can solve this? Regards Rohit -- View this message in context: http://www.nabble.com/%3Cbr--%3E-Creats-Problem-in-Display-tp17981070p17981070.html Sent from the Zend

[fw-general] Errors display

2008-06-17 Thread Rohit83
Hi All I have one field as shown in figure below,for this field i used three text elements of form. http://www.nabble.com/file/p17879496/Screenshot.png Now in this case all the elements of this field is required, and i want if one or more elements are empty then display only one error for them

Re: [fw-general] Multiple decorators in one form

2008-06-17 Thread Rohit83
Rohit83 wrote: Hi All I have developed form and wrote the custom decorators for same,it works fine now i want to add one more standard decorator on one of the form element,Will anybody suggest me the way? Thanks in advance Rohit -- View this message in context: http

[fw-general] Multiple decorators in one form

2008-06-16 Thread Rohit83
Hi All I have developed form and wrote the custom decorators for same,it works fine now i want to add one more standard decorator on one of the form element,Will anybody suggest me the way? Thanks in advance Rohit -- View this message in context:

[fw-general] Multiple decorators in one form

2008-06-16 Thread Rohit83
Hi All I have developed form and wrote the custom decorators for same,it works fine now i want to add one more standard decorator on one of the form element,Will anybody suggest me the way? Thanks in advance Rohit -- View this message in context:

[fw-general] Displaying errors in front of element

2008-06-15 Thread Rohit83
Hi All, I want to know how we display errors in front of element,instead of displaying it below that element Thanks Rohit -- View this message in context: http://www.nabble.com/Displaying-errors-in-front-of-element-tp17795996p17795996.html Sent from the Zend Framework mailing list archive at

[fw-general] Disabling zend default decorators

2008-06-11 Thread Rohit83
Hi All, If i render zend form in phtml without any decorator the dt and dd tag wraps all the contents. But i want to put a table and render all the contents in this table without any decorator. Shall I do this? Thanks in advance Regards Rohit -- View this message in context:

Re: [fw-general] Disabling zend default decorators

2008-06-11 Thread Rohit83
in advance Regards Rohit Matthew Weier O'Phinney-3 wrote: -- Rohit83 [EMAIL PROTECTED] wrote (on Wednesday, 11 June 2008, 05:24 AM -0700): If i render zend form in phtml without any decorator the dt and dd tag wraps all the contents. But i want to put a table and render all the contents

[fw-general] Default Decorators ----- disable

2008-06-11 Thread Rohit83
Hi , For some specific reason i want default decorators should be disabled and i should able to render form elements in html that i have written.I tried for that but getting the dd and dt tags so applying css will be difficult for me,Any Help on this!!! Regards Rohit -- View this message in

[fw-general] Re[fw-general] using Zend_Form

2008-06-06 Thread Rohit83
Hi All, I have developed one form lets say for adding location for User and For Club. For that i have developed one form named location and i want to use that form everywhere when i am adding location. Anybody Please help me,how i can reuse that form thanks in advance, Rohit -- View this

[fw-general] Re: Re[fw-general] using Zend_Form

2008-06-06 Thread Rohit83
/LocationForm.php'; $this-view-locationForm = new LocationForm(); //there you are. Bart Rohit83 schreef: Hi All, I have developed one form lets say for adding location for User and For Club. For that i have developed one form named location and i want to use that form everywhere when i am

Re: [fw-general] About the css issue

2008-06-04 Thread Rohit83
easier. second: if default action CAN find all decorators and other action can't, did you set a different helper path in one of the actions? Try swapping the names of the actions functions and call them, see what happens. Regards, Bart Rohit83 schreef: I have written the code

[fw-general] Using Zend_Session_NameSpace

2008-06-04 Thread Rohit83
Hi All, I am new to ZF,I want to store array of data in one action and retrieve/append that array in another action under same controller.Will anybody help me out. Thanks in advance Rohit -- View this message in context:

[fw-general] Month difference between two dates in zend

2007-09-01 Thread Rohit83
HI All, I am trying to get the months from two given dates.Will anybody help me to do that. Regards Rohit -- View this message in context: http://www.nabble.com/Month-difference--between-two-dates-in-zend-tf4364127s16154.html#a12439134 Sent from the Zend Framework mailing list

[fw-general] Date difference

2007-08-27 Thread Rohit83
Hi All Will anybody guide me about how i can add or substract time in hh:mm:ss form -- View this message in context: http://www.nabble.com/Date-difference-tf4335027s16154.html#a12346190 Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Encryption and Decryption

2007-08-23 Thread Rohit83
Hi All, I want to know how to insert password in database with encrypted form and how to retrieve that in original form. -- View this message in context: http://www.nabble.com/Encryption-and-Decryption-tf4316691s16154.html#a12291163 Sent from the Zend Framework mailing list archive

[fw-general] Default value in checkbox from database

2007-08-15 Thread Rohit83
Hi All I have to designed one screen on which list of records are represented and various links for each record such as edit and delete.When i click on edit record the new form will be generated with default values added to that record.In that one of the attribute is checkbox,so how to

[fw-general] Difference between two datetime fields

2007-08-14 Thread Rohit83
HI All, I want to know how we will calculate the difference between two datetime fields in mysql So plz anybody help me out Regards, Rohit. -- View this message in context: http://www.nabble.com/Difference-between-two-datetime-fields-tf4266462s16154.html#a12142150 Sent from the

[fw-general] how to handle events

2007-08-13 Thread Rohit83
Hi all, can anybody help me out about how events are handled in Zend Framework Regards, Rohit -- View this message in context: http://www.nabble.com/how-to-handle-events-tf4261172s16154.html#a12126169 Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] On checkbox checked event

2007-08-13 Thread Rohit83
Hi All, I have one query,suppose i am supposed to display a page on which their is one checkbox.If i checked the checkbox the textbox below it will be vanished. So plz anyone help me,how to do that Regards , Rohit -- View this message in context:

[fw-general] where to write manual queries in zend framework

2007-08-08 Thread Rohit83
Hi i want to know , where we can write manual/user specified queries in Zend Framework Regards Rohit -- View this message in context: http://www.nabble.com/where-to-write-manual-queries-in-zend-framework-tf4235947s16154.html#a12051968 Sent from the Zend Framework mailing list archive at

[fw-general] how to start project development with zend framework

2007-07-25 Thread Rohit83
Hello I want to know how to start project development using Zend framework and PHP configuration directives -- View this message in context: http://www.nabble.com/how-to-start-project-development-with-zend-framework-tf4140516s16154.html#a11777475 Sent from the Zend Framework