一种方式是隐藏页面内与用户知识水平不相关的那些内容。
One way is to hide some of the content in the page that is not relevant to the user's level of knowledge about the concept.
这非常直观;它们可分别用来显示和隐藏页面上的某个元素。
These are rather straightforward; they obviously show and hide certain elements on a page.
当您知道什么是图像,什么不是图像之后,就需要从结构上识别将要隐藏页面的哪部分,尤其是文本。
Once you know what's an image, and what's not, you need to identify structurally the parts of your page that will be hidden, in particular, text.
有关SpecialPage类构造函数(利用它可限制访问、隐藏页面等)的更多信息,请查阅特殊页开发指南页面(参见参考资料)。
Check the Special Pages developer's guide page (see Resources) for more information about the SpecialPage class constructor, which will let you restrict access, hide the page, etc.
要隐藏的蓝色广场的动态面板的名称权,或隐藏页面上所有的面板中,右键单击页面上的名称,然后选择全部隐藏一个动态的面板上,单击。
To hide a dynamic panel, click on the blue square to the right of the dynamic panel name, or to hide all the panels on a page, right-click on the page name and select Hide All.
比如,页面上更底层的细节就可以对那些对此概念知之甚少或只具有基本知识的用户隐藏,因为这些用户往往不会关心如此详细的信息。
For example, low-level details on the page can be hidden from users with little or basic knowledge of the concept since they may not be ready for that level of detail.
如果链接到站点上的页面所需的操作不仅仅是沿着html锚标记走,那么这个链接可能会对爬行器隐藏。
If linking to a page on your site requires anything more than following an HTML anchor tag, that link may be hidden from the spider.
清单9展示了如何编写一个当页面装载时会隐藏的HTML标记。
Listing 9 shows how to write an HTML tag that is hidden when the page loads.
几乎所有的应用程序都会遇到这样的情况,即某个页面元素需要隐藏或其视图应该根据另一个页面元素的状态进行切换。
Nearly every application will have a case when a certain page element needs to be hidden from view, or its view toggled depending on the state of another page element.
不管怎样,您现在有了xhtml页面,它具有可标识的部分,并且具有容易标记和查找的隐藏文本。
Either way, you now have an XHTML page with clearly identifiable sections, as well as hidden text that's marked up and easy to locate.
在单页面浏览器应用程序中,另一种用来隐藏和显示不同部分的技术是使用 HTML标记 、 和 。
One of the techniques used to hide and show different parts of a single-page browser application involves the use of , , and HTML tags.
另外,原本隐藏的一些内容显示了出来,这帮助访问者识别内容的某些部分,其中包括一个直接跳到页面中主内容开头的链接。
Some otherwise hidden content is displayed, helping the reader recognize certain sections of content, including a link to jump straight to the start of the main content in the page.
表格上的隐藏变量(图20)用于在页面上不同命令动作间保持其值。
The hidden variable on the form (Figure 20) is used to persist this value between different command actions on the page.
通过使用跨页面连接激活页面并建立上下文,可以在导航时隐藏叶页面。
You can also make the leaf pages hidden from navigation by using cross-page wires to activate the pages and establish context.
在页面的底部,添加一个隐藏的面板控件,代码如下。
At the bottom of the page, add a hidden panel using the following code.
这也正是我们选择在另一个页面上隐藏命令行输出的原因。
Which is why we've opted to hide the command line output on a different page?
在Ajax出现之前,最常见的技术是将所有的选项卡都放在页面上,然后根据需要显示或隐藏它们。
Before Ajax, the common technique was to have both tabs on the page, then hide or show them on demand.
复杂或具有隐藏议程(hidden agenda)的页面会引发搜索引擎阻塞,并可能导致搜速引擎不能建立该站点的索引。
Complicated pages or pages with hidden agendas can cause the search engine to choke and may result in the search engine not indexing the site.
第1部分介绍了移动、隐藏和显示Web页面内容的方法。
Part 1 shows how to move, hide, and display Web page content.
此外,您了解了Effects包。并且知道,如果正确使用动画和隐藏/显示页面元素,将能大大增强UI设计。
You also learned about the Effects package, and saw that, used properly, animations and hiding/showing page elements are strong reinforcements of proper UI design.
Lite模式页面架构使用一个带有一个可见框架和两个隐藏框架的框架集(一个是脚本框架,一个是会话框架)。
The Lite mode page architecture USES a frameset with a single visible frame and two hidden frames, a frame called the script frame and one called the session frame.
使用这种机制,这个隐藏的if rame可以在index . html页面加载时检索片段标识符后面的数据。
Using this mechanism, the hidden iframe can retrieve the data following the fragment identifier when the index.html page loads.
清单2显示了如何在Portlet内使用隐藏iF rame刷新页面?
Listing 2 shows how to refresh the page within the portlet with a hidden iframe.
updateTable 函数根据选择的页面显示或隐藏表格的各个部分。
The updateTable function shows or hides the various portions of the table depending on which page is selected.
当含有可以cross - page posting的控件时,页面会创建一个name为__previouspage的隐藏域,此域包含了提交页的信息。
When the page contains a control that does cross-page Posting, a new hidden field named __previouspage is created. The field contains information about the Posting page.
我们隐藏了页面不再需要的元素,展示需要的元素并告知jQueryUITabs转变这些元素的外观和行为。
You're hiding elements of the page that are no longer needed, revealing elements that are, and telling jQuery UI Tabs to transform the appearance and behavior of those elements.
DOM管理:Prototype支持更轻松地连接页面元素,尤其对于表单,并提供了执行显示或隐藏元素等任务的简便方法。
DOM management: Prototype includes easier hooks for page elements, particularly when it comes to forms, and convenience methods for tasks such as showing or hiding elements.
除了这些基本操作,利用show和hide这两个函数,还能更多地控制页面元素如何显示和隐藏。
In addition to these basic operations, both the show and hide functions offer alternatives that give you a little more control over how the show and hide work.
除了这些基本操作,利用show和hide这两个函数,还能更多地控制页面元素如何显示和隐藏。
In addition to these basic operations, both the show and hide functions offer alternatives that give you a little more control over how the show and hide work.
应用推荐