您可以使用文本框向 Oracle APEX Shuttle 项目添加值吗?
左侧仍然动态填充查询,但如果它没有您想要的值,那么您只需在文本框中输入一个值,然后将其添加到航天飞机的右侧(并更新相应的表)提交时在数据库中)。 当您单击“<”时,将其添加到 LHS 也应该可以。 或“<<” 按钮。
The LHS is still dynamically populated with a query, but if it doesn't have a value that you want, then you can just type in a value in the textbox and then add that to the RHS of the shuttle (and update the corresponding tables in the database when you submit). It should also be okay to add that to the LHS when you click on the '<' or '<<' button.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是可行的。 要将文本框中的值添加到航天飞机的右侧,只需执行以下操作:(
您可能需要将航天飞机项目的 LOV“显示额外值”属性设置为“是”才能看到该值。
)能够将新值传输到左侧但是,页面刷新后它不会出现在左侧,除非同时您的代码已将新值添加到 LOV 所基于的表中。
I think that is doable. To add the value in the text box to the r.h.s. of the shuttle just do this:
(You may need to set the shuttle item's LOV "Display Extra Values" property to "Yes" to be able to see the value.)
You are then able to shuttle the new value to the l.h.s. However, it won't appear on the l.h.s. after a page refresh unless in the meanwhile your code has added the new value to the table the LOV is based on.