HTML Elements 和 DHTML Objects

简介:
 在查看MSDN时,我们会发现有的特性描述是针对HTML Elements的,而有的描述却是针对 DHTML Objects的。虽然地球人都知道DHTML是指的Dynamicl HTML,那么它和HTML元素是什么关系呢?其实HTML是DHTML的一个完全的子集,任何的HTML元素也就是DHTML中的对象。

    不过在MSDN中,M$对于HTML Elements和DHTML Objects分别都全部列了出来,这样让我们看起来非常的郁闷,DHTML Objects列表中由于混杂了HTML Elements,看起来非常的混乱。下面的我列出了DHTML中唯一属于 D的部分,这样来看DHTML Objects就清晰明了多了
   
attribute
   Represents an attribute or property of an HTML element as an object.

clientInformation
   Contains information about the browser. 

clipboardData
   Provides access to predefined clipboard formats for use in editing operations.

currentStyle !
   Represents the cascaded format and style of the object as specified by global style sheets, inline styles, and HTML attributes.

dataTransfer
   Provides access to predefined clipboard formats for use in drag-and-drop operations.

defaults
   Programmatically sets default properties on an element behavior.

Dialog Helper
   Provides access the color dialog box, as well as the block format and fonts collections. 

document !
   Represents the HTML document in a given browser window. 

event !
   Represents the state of an event, such as the element in which the event occurred, the state of the keyboard keys, the location of the mouse, and the state of the mouse buttons. 

external !
   Allows access to an additional object model provided by host applications of the Microsoft Internet Explorer browser components.

history !
   Contains information about the URLs visited by the client.

HTML Comment
   Prevents any enclosed text or HTML source code from being parsed and displayed in the browser window. 

implementation
   Contains information about the modules supported by the object.

IMPORT
   Imports a tag definition from an element behavior.

location !
   Contains information about the current URL. 

namespace
   Dynamically imports an element behavior into a document.

navigator
   Contains information about the browser. 

nextID
   Creates unique identifiers that text editing software can read.

page
   Represents an @page rule within a styleSheet.

popup !
   A special type of overlapped window typically used for dialog boxes, message boxes, and other temporary windows that appear separate from an application's main window.

rule
   Represents a style within a Cascading Style Sheets (CSS) that consists of a selector and one or more declarations.

runtimeStyle !
   Represents the cascaded format and style of the object that overrides the format and style specified in global style sheets, inline styles, and HTML attributes.

screen !
   Contains information about the client's screen and rendering capabilities. 

selection
   Represents the active selection, which is a highlighted block of text, and/or other elements in the document on which a user or a script can carry out some action.

style !
   Represents the current settings of all possible inline styles for a given element.

styleSheet !
   Represents a single style sheet in the document.

TextNode !
   Represents a string of text as a node in the document hierarchy.

TextRange !
   Represents text in an HTML element. 

TextRectangle
   Specifies a rectangle that contains a line of text in either an element or a TextRange object.

userProfile
   Provides methods that allow a script to request read access to and perform read actions on a user's profile information.

window !
   Represents an open window in the browser. 

    注:后面跟有!的是我们比较常见和常用的DHTML Object。


本文转自博客园鸟食轩的博客,原文链接:http://www.cnblogs.com/birdshome/,如需转载请自行联系原博主。

目录
相关文章
|
XML 移动开发 开发框架
基础:html5、html、htm、xhtml、dhtml、shtml、shtm、xml、xsl、xslt
基础:html5、html、htm、xhtml、dhtml、shtml、shtm、xml、xsl、xslt
96 0
|
19天前
一个好看的小时钟html+js+css源码
一个好看的小时钟html+js+css源码
91 24
|
2月前
|
前端开发 测试技术 定位技术
如何利用HTML和CSS构建企业级网站的全过程。从项目概述到页面结构设计,再到HTML结构搭建与CSS样式设计,最后实现具体页面并进行优化提升,全面覆盖了网站开发的关键步骤
本文深入介绍了如何利用HTML和CSS构建企业级网站的全过程。从项目概述到页面结构设计,再到HTML结构搭建与CSS样式设计,最后实现具体页面并进行优化提升,全面覆盖了网站开发的关键步骤。通过实例展示了主页、关于我们、产品展示、新闻动态及联系我们等页面的设计与实现,强调了合理布局、美观设计及用户体验的重要性。旨在为企业打造一个既专业又具吸引力的线上平台。
87 7
|
2月前
|
前端开发 JavaScript 搜索推荐
HTML与CSS在Web组件化中的核心作用及前端技术趋势
本文探讨了HTML与CSS在Web组件化中的核心作用及前端技术趋势。从结构定义、语义化到样式封装与布局控制,两者不仅提升了代码复用率和可维护性,还通过响应式设计、动态样式等技术增强了用户体验。面对兼容性、代码复杂度等挑战,文章提出了相应的解决策略,强调了持续创新的重要性,旨在构建高效、灵活的Web应用。
53 6
|
2月前
|
移动开发 前端开发 JavaScript
[HTML、CSS]细节与使用经验
本文总结了前端开发中的一些重要细节和技巧,包括CSS选择器、定位、层级、全局属性、滚轮控制、轮播等。作者以纯文字形式记录,便于读者使用<kbd>Ctrl + F</kbd>快速查找相关内容。文章还提供了示例代码,帮助读者更好地理解和应用这些知识点。
52 1
|
2月前
|
存储 移动开发 前端开发
高效的 HTML 与 CSS 编写技巧,涵盖语义化标签、文档结构优化、CSS 预处理、模块化设计、选择器优化、CSS 变量、媒体查询等内容
本文深入探讨了高效的 HTML 与 CSS 编写技巧,涵盖语义化标签、文档结构优化、CSS 预处理、模块化设计、选择器优化、CSS 变量、媒体查询等内容,旨在提升开发效率、网站性能和用户体验。
61 5
|
2月前
|
移动开发 前端开发 JavaScript
[HTML、CSS]知识点
本文涵盖前端知识点扩展、HTML标签(如video、input、canvas)、datalist和details标签的使用方法,以及CSS布局技巧(如margin、overflow: hidden和动态height)。文章旨在分享作者的学习经验和实用技巧。
42 1
[HTML、CSS]知识点
|
2月前
|
移动开发 JavaScript 前端开发
html table+css实现可编辑表格的示例代码
html table+css实现可编辑表格的示例代码
96 12
|
2月前
|
前端开发 JavaScript
用HTML CSS JS打造企业级官网 —— 源码直接可用
必看!用HTML+CSS+JS打造企业级官网-源码直接可用,文章代码仅用于学习,禁止用于商业
177 1