readme
来自「用最近的dojo1.2.1制作前端的ajax购书网站」· 代码 · 共 47 行
TXT
47 行
-------------------------------------------------------------------------------dojox.html-------------------------------------------------------------------------------Version 0.2Release date: 04/24/2008-------------------------------------------------------------------------------Project state:beta-------------------------------------------------------------------------------Credits Eugene Lazutkin (eugene.lazutkin AT gmail.com) Scott J. Miles (sjmiles AT activegrid.com) Steve Orvell (sorvell AT activegrid.com) Tom Trenka (ttrenka AT gmail.com) Bryan Forbes (bryan AT reigndropsfall.net) Mike Wilcox - dojox.html.styles (anm8tr AT yahoo.com)-------------------------------------------------------------------------------Project descriptionThis project aims to add html functions that aren't used often enough towarrant going into Dojo Core but should not be duplicated. For instance, fontmeasurement routines aren't used by the majority of developers, but are complexenough to not be duplicated.Styles adds the ability to create and remove dynamic cssRules, as well as manipulate document style sheets.-------------------------------------------------------------------------------Dependencies:dojox.html nor dojox.html.styles have dependencies, outside of Dojo Core.-------------------------------------------------------------------------------DocumentationTo automatically initialize the font resize callback, add "fontSizeWatch: true"to your djConfig.-------------------------------------------------------------------------------Installation instructionsGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html.jshttp://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/*http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/styles.jsInstall into the following directory structure:/dojox/html/...which should be at the same level as your Dojo checkout.-------------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?