![]() |
|
|||
|
hii.. I want to ask about zendx_jquery..
I try to use zendx_jquery in my application that I build using zend framework.. I follow all step in the tutorial but it doesn't work.. I only want to show date picker.. this is my code: > in controller: Code:
public function init() {
ZendX_JQuery::enableView($this->view);
}
Code:
<?php echo $this->jQuery(); ?> Code:
Date: <?php echo $this->datePicker("dp1", '', array('defaultDate' => date('Y/m/d', time()))); ?>
what's wrong with my code ? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
| Designed by: Miner Skinz |
Powered by vBulletin® Version 3.8.4 Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. Search Engine Friendly URLs by vBSEO 3.1.0 |
![]() |