cakephp 下拉列表
这是我的编辑页面中的下拉列表链接 编辑时它会自动选择朋友,但我希望它默认显示“选择您退出的朋友”(每当页面加载时)..
echo $form->input('PostCard.friend_id',array('label'=> ;__l('好友名单'),'empty'=>__l('选择现有好友'),'options'=>$friends));
this is the dropdown list link in my edit page
when editing it selects the friend automatically, but i want it shows 'select your exiting friend' by default(whenever the page loads)..
echo $form->input('PostCard.friend_id',array('label'=>__l('Friend Name List'),'empty'=>__l('Select Your Existing Friend'),'options'=>$friends));
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以覆盖选定的值: http://book.cakephp.org/view/199/选项-选定
You can override selected value: http://book.cakephp.org/view/199/options-selected