开发者

how to make select box for minutes?

How to make a select element for minu开发者_如何学运维tes?

$this->formSelect('','',null, $myarray_minutes);

I tried this but gets wrong minutes https://gist.github.com/668284


I personally would recommend utilizing a plane text box on the zend form side but decorate it with a jquery time selection tool.

  • http://pttimeselect.sourceforge.net/example/
  • http://tobiascohen.com/demos/calendrical/

If you must do it with zend you pas in the options to display with

->setMultiOptions($array);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜