readme

来自「ajax框架原吗,dojo目前很流行的,希望大家多多学习啊」· 代码 · 共 40 行

TXT
40
字号
-------------------------------------------------------------------------------dojox.widget.Loader-------------------------------------------------------------------------------Version 0.1Release date: 07/15/2007-------------------------------------------------------------------------------Project state:prototype / expermental -------------------------------------------------------------------------------Credits: Pete Higgins (phiggins@gmail.com)-------------------------------------------------------------------------------Description:	a class to indicatie some xhr request 	is going on via topics, with optional	eye-candy indicators either offset	from mouse pointer, or in a fixed position	node.-------------------------------------------------------------------------------Dependencies: 	widget: none. 	test page: to enhance visual effect, a .php	file is used to slowly pass data to an xhr 	request. You will need a php-enabled	webserver to view /dojox/tests/test_Loader.html-------------------------------------------------------------------------------Documentation-------------------------------------------------------------------------------Installation instructions	simply dojo.require("dojox.widget.Loader") and	attach to a div:	<div dojoType="dojox.widget.Loader"></div>	Configuration options can be found in the API tool.	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?