jQuery技术:Zend Framework – JQuery – 日期选择器 – 图像未显示

我正在使用Zend Framework开发一个Web应用程序,我正在为表单使用JQuery。 我在表单中遇到DatePicker的问题。 当我单击文本输入时,会出现DatePicker,但没有主题图像…

在我的引导程序中:

$view->addHelperPath('ZendX/JQuery/View/Helper/', 'ZendX_JQuery_View_Helper'); $viewRenderer = new Zend_Controller_Action_Helper_ViewRenderer(); $viewRenderer->setView($view); Zend_Controller_Action_HelperBroker::addHelper($viewRenderer); 

在我的application / layout / scripts / layout.phtml中:

  headLink()->appendStylesheet('https://localhost:10089/css/global.css') ?> jQuery()->setLocalPath('https://localhost:10089/js/jquery/jquery-1.3.2.js') ->addStylesheet('https://localhost:10089/js/jquery/themes/base/ui.datepicker.css'); echo $this->jQuery(); ?> 

我想这不过是一个路径问题,但是我不知道这里有什么问题…我看了一下ui.datepicker.css,并且没有指向images文件夹的链接,但是当我运行随附的演示时JQuery,datepicker与其图像一起显示……

请帮我!

    好的发现了什么问题……

    在layout.phtml中:

      jQuery()->setLocalPath('https://localhost:10089/js/jquery/jquery-1.3.2.js') ->addStylesheet('https://localhost:10089/js/jquery/themes/base/ui.all.css') ->addStylesheet('https://localhost:10089/js/jquery/themes/base/ui.datepicker.css') ->addStylesheet('https://localhost:10089/js/jquery/themes/base/ui.core.css'); echo $this->jQuery(); ?> 

    ui.all.css和核心都丢失了….

      以上就是jQuery教程分享Zend Framework – JQuery – 日期选择器 – 图像未显示相关内容,想了解更多jQuery开发(异常处理)及jQuery教程关注计算机技术网(www.ctvol.com)!)。

      本文来自网络收集,不代表计算机技术网立场,如涉及侵权请联系管理员删除。

      ctvol管理联系方式QQ:251552304

      本文章地址:https://www.ctvol.com/jquerytutorial/557872.html

      (0)
      上一篇 2021年1月26日
      下一篇 2021年1月26日

      精彩推荐