简体   繁体   English

如何仅在其所有组件都已完全加载时才显示页面? - 甲骨文顶点

[英]How can I display a page only when all its components have been fully loaded? - Oracle Apex

I have a page that contains many components, for example one of them is region display selector and has the option: Include 'Show All' disabled, however when loading the page it is possible to display the items that should appear only in the second region of the region display selector and so on with the other regions that confirm the selector, I have also noticed that some fields that are hidden are displayed at the beginning while the page loads, how can I avoid this?我有一个包含许多组件的页面,例如其中一个是区域显示选择器并具有选项:禁用包含“显示全部”,但是在加载页面时可以显示应该只出现在第二个区域中的项目区域显示选择器等与确认选择器的其他区域一样,我还注意到一些隐藏的字段在页面加载时显示在开头,我该如何避免这种情况? 在此处输入图像描述

I have noticed that oracle apex page designer has it, how could I achieve something similar?我注意到 oracle apex 页面设计器有它,我怎么能实现类似的东西? I have searched the internet but I can't find a solution, thanks.我已经搜索了互联网,但我找不到解决方案,谢谢。 在此处输入图像描述

I only have validations with javascript in page load DA我只有在页面加载 DA 中使用 javascript 进行验证在此处输入图像描述

I've had success in eliminating the moment you see a momentary flash of secondary regions by applying a class with the display:none attribute to the regions not initially displayed.通过将具有display:none属性的类应用于最初未显示的区域,我成功地消除了您看到次要区域的瞬间闪烁的那一刻。 CSS 区域属性

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 页面上的所有视频均已完全加载时执行javascript - Execute javascript when all videos on page have been fully loaded 仅在页面完全加载并跳到垂直偏移位置后,才如何在浏览器中显示页面? - How can I display a page in the browser, only after it has fully loaded AND jumped to a vertical offset position? 如何确定AJAX网站的所有资源何时全部加载完毕? - How can I determine when all of the resources of an AJAX website have fully loaded? Ember.js:完全加载后,如何从视图中的装置访问记录? - Ember.js: How can I access records from a fixture in a view after they have been fully loaded? C#Web请求-如何等待页面及其所有后续jquery / ajax调用完成并且页面已完全加载 - C# web request - how to wait until page and all of its subsequent jquery/ajax calls have completed and page has fully loaded 如何知道页面何时完全加载(包括其AJAX请求) - How to know when a page is fully loaded (including its AJAX requests) 如何判断所有可见图块何时已完全加载? - How to tell when all visible tiles have fully loaded? 在执行我的JavaScript之前,如何等待网页加载完毕并填充所有控件? - How can I wait until a web page has loaded and all controls have been populated before executing my javascript? 如何让浏览器等待显示页面,直到它完全加载? - How can I make the browser wait to display the page until it's fully loaded? 在所有图像完全加载之前,如何隐藏页面内容? - How can I hide a page contents until all the images are fully loaded?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM