duankeng2026 2010-02-05 05:36
浏览 21

如何在Zend Framework中向表单添加javascript?

How do you add javascript to forms created with the Zend framework? For instance, if I wanted to validate the form, or if I wanted to utilize events like blur, focus and onclick?

  • 写回答

1条回答 默认 最新

  • duanshan3065 2010-02-05 05:42
    关注

    What I tend to do is :

    • From the PHP code, generate the form, using Zend_Form and the related classes
      • This includes setting up the form itself,
      • But also server-side validations and all that
    • Once the form works fine, I add Javascript in an un-obstrusive way.
      • Which means my JS code is totally distinct from the PHP/Zend_Form code.
      • And also mean my form doesn't rely on Javascript being activated in the user's browser, as the form already works before.


    If you are using jQuery, you can detect when the page is loaded $.ready, and hook a function on that event -- function that will add some dynamic bahaviors to your form.

    Of course, you can do the same sort of thing with other JS libraries -- I only took jQuery as an example because of its popularity, and the fact there are some jQuery-related components in ZendX.

    评论

报告相同问题?

悬赏问题

  • ¥15 echarts动画效果的问题,请帮我添加一个动画。不要机器人回答。
  • ¥60 许可证msc licensing软件报错显示已有相同版本软件,但是下一步显示无法读取日志目录。
  • ¥15 Attention is all you need 的代码运行
  • ¥15 一个服务器已经有一个系统了如果用usb再装一个系统,原来的系统会被覆盖掉吗
  • ¥15 使用esm_msa1_t12_100M_UR50S蛋白质语言模型进行零样本预测时,终端显示出了sequence handled的进度条,但是并不出结果就自动终止回到命令提示行了是怎么回事:
  • ¥15 前置放大电路与功率放大电路相连放大倍数出现问题
  • ¥30 关于<main>标签页面跳转的问题
  • ¥80 部署运行web自动化项目
  • ¥15 腾讯云如何建立同一个项目中物模型之间的联系
  • ¥30 VMware 云桌面水印如何添加