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
80 0
|
安全 容器 索引
DHTML 各种 HTML 对象常用属性
标签属性 属性 描述   ALIGN align 设置或获取表格排列。 ALLOWTRANSPARENCY allowTransparency 设置或获取对象是否可为透明。 APPLICATION APPLICATION 表明对象的内容是否为 HTML 应用程序(HTA),以便免除浏览器安全模式。
713 0
|
11天前
|
移动开发 前端开发 JavaScript
[HTML、CSS]细节与使用经验
本文总结了前端开发中的一些重要细节和技巧,包括CSS选择器、定位、层级、全局属性、滚轮控制、轮播等。作者以纯文字形式记录,便于读者使用<kbd>Ctrl + F</kbd>快速查找相关内容。文章还提供了示例代码,帮助读者更好地理解和应用这些知识点。
34 1
[HTML、CSS]细节与使用经验
|
12天前
|
移动开发 前端开发 JavaScript
[HTML、CSS]知识点
本文涵盖前端知识点扩展、HTML标签(如video、input、canvas)、datalist和details标签的使用方法,以及CSS布局技巧(如margin、overflow: hidden和动态height)。文章旨在分享作者的学习经验和实用技巧。
27 1
[HTML、CSS]知识点
|
1月前
|
前端开发 JavaScript 搜索推荐
打造个人博客网站:从零开始的HTML和CSS之旅
【9月更文挑战第32天】在这个数字化的时代,拥有一个个人博客不仅是展示自我的平台,也是技术交流的桥梁。本文将引导初学者理解并实现一个简单的个人博客网站的搭建,涵盖HTML的基础结构、CSS样式的美化技巧以及如何将两者结合来制作一个完整的网页。通过这篇文章,你将学会如何从零开始构建自己的网络空间,并在互联网世界留下你的足迹。
|
7天前
|
移动开发 JavaScript 前端开发
html table+css实现可编辑表格的示例代码
html table+css实现可编辑表格的示例代码
|
4天前
|
前端开发 JavaScript
用HTML CSS JS打造企业级官网 —— 源码直接可用
必看!用HTML+CSS+JS打造企业级官网-源码直接可用,文章代码仅用于学习,禁止用于商业
30 1
|
9天前
|
前端开发 JavaScript 安全
HTML+CSS+JS密码灯登录表单
通过结合使用HTML、CSS和JavaScript,我们创建了一个带有密码强度指示器的登录表单。这不仅提高了用户体验,还帮助用户创建更安全的密码。希望本文的详细介绍和代码示例能帮助您在实际项目中实现类似功能,提升网站的安全性和用户友好性。
19 3

热门文章

最新文章