joomla 中的 onchange 事件选择框
我怎样才能把 onchange 放入
$regionslistx[]= JHTML::_('select.option', "0", JText::_( '--No Location--' ),'value','text' );
or
$lists['regionslist' ]= JHTML::_('select.genericlist', $regionslistx, 'City', '', 'value', 'text', $lx );
how can i put onchange in
$regionslistx[]= JHTML::_('select.option', "0", JText::_( '--No Location--' ),'value','text' );
or
$lists['regionslist' ]= JHTML::_('select.genericlist', $regionslistx, 'City', '', 'value', 'text', $lx );
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在第二种情况下,如果参数为空,请放置您想要使用的函数:
另请检查文档:
In the second case, where you have the empty argument, place the function you would like to use:
Also check the documentation: http://api.joomla.org/Joomla-Framework/HTML/JHTMLSelect.html