Oracle APEX 穿梭项目验证
使用 Oracle APEX 3.0.1,
我有两个名为 P1_SHUTTLE 和 P1_SHUTTLE_2 的穿梭项目。
我需要一种检查/验证穿梭机的方法,以便当用户从左到右选择一个项目时,右侧穿梭机中只允许有一个项目。
我可以做什么来检查航天飞机是否已经获得了一个项目,并在用户尝试这样做时禁止向其中添加更多项目?
Using Oracle APEX 3.0.1
I have two shuttle items named P1_SHUTTLE and P1_SHUTTLE_2.
I need a means of checking/validating the shuttle so that when a user selects an item from left to right, only one item is ever allowed in the right shuttle.
What can I do to check if the shuttle has already got an item and disallow further items to be added to it when the user attempts to do so?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你处理这个问题的方式是错误的。
与具有选择列表或值列表的简单项目相反,使用穿梭项目的全部目的是用户可以选择多个项目。
如果只允许他们选择一项,就不要使用班车。
I think you're going about this the wrong way.
The whole purpose of using a shuttle item, as opposed to a simple item with a select list or list of values, is that the user can choose more than one item.
If they are only allowed to choose one item, don't use a shuttle.