⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demoregistry.json

📁 dojo-0.4.0-ajax.zip ajax一个应用。在页面上可以直接用标签。此为ajax的框架
💻 JSON
字号:
{	navigation: [			{				name: "Demo Applications",				demos: [						"Mail",						"Moxie"					]			},			{				name: "Effects",				demos: ["Effects"]			},			{				name: "Drag And Drop",				demos: ["DragDrop", "DragMove", "DragHandle"]			},			{				name: "Storage",				demos: ["Moxie"]			},						{				name: "RPC",				demos: ["JSON-RPC Client"]			},						{				name: "Layout Widgets",				demos: [						"Layout",						"Accordion",						"ContentPane",						"Dialog",						"LayoutContainer",						"SplitContainer",						"TabContainer",						"TitlePane",						"Windows",						"Wizard"					]			},			{				name: "Form Widgets",				demos: [						"FormTour",						"Editor",						"Checkbox",						"CiviCrmDateTimePicker",						"ColorPalette",						"ComboBox",						"DatePicker",						"Dialog",						"TimePicker",						"Validation"					]			},			{				name: "General Widgets",				demos: [						"Tree",						"Button",						"Menu",						"Fisheye",						"InlineEditBox",						"SortableTable",						"Chart",						"Tooltip",						/*"Toggler",  broken :-( */						"SlideShow",						"GoogleMap",						"YahooMap"					]			}		],	definitions: {		"JSON-RPC Client": {			url: "../../../tests/rpc/test_JsonService.html",			author: "",			thumbnail: "../../../demos/screenshots/test_JSONRPCThumb.gif",			screenShot: "",			description: "Example of using Dojo's JSON-RPC Client. Lighweight JSON is ideal for marshalling RPC in webapps."		},		"DragDrop": {			url: "../../../tests/dnd/test_simple.html",			author: "",			thumbnail: "../../../demos/screenshots/test_DragDropThumb.gif",			screenShot: "",			description: "Dragging items from one list to another"		},		"DragMove": {			url: "../../../tests/dnd/test_dragmove.html",			author: "",			thumbnail: "../../../demos/screenshots/test_DragMoveThumb.gif",			screenShot: "",			description: "Dragging items around the screen"		},		"DragHandle": {			url: "../../../tests/dnd/test_draghandle_2.html",			author: "",			thumbnail: "../../../demos/screenshots/test_DragHandleThumb.gif",			screenShot: "",			description: "Dragging things by a handle"		},		"Effects": {			url: "../../../tests/lfx/test_lfx.html",			author: "",			thumbnail: "../../../demos/screenshots/test_EffectsThumb.gif",			screenShot: "",			description: "Fades, wipes, slides, etc."		},		"YahooMap": {			url: "../../../tests/widget/test_YahooMap.html",			author: "Tom Trenka",			thumbnail: "../../../demos/screenshots/test_YahooMapThumb.gif",			screenShot: "",			description: "Demonstrates the use of the Map widget with Yahoo as the source"		},		"Wizard": {			url: "../../../tests/widget/test_Wizard.html",			author: "",			thumbnail: "../../../demos/screenshots/test_WizardThumb.gif",			screenShot: "",			description: "Wizard to take you step by step through a procedure (often seen while installing new software, etc.)"		},		"Tooltip": {			url: "../../../demos/widget/tooltip.html",			author: "",			thumbnail: "../../../demos/screenshots/test_TooltipThumb.gif",			screenShot: "",			description: "Displays up a little description box when you mouse over a button, link, etc."		},		"Toggler": {			url: "../../../tests/widget/test_Toggler.html",			author: "",			thumbnail: "",			screenShot: "",			description: "Toggles (shows/hides) another widget."		},		"TitlePane": {			url: "../../../tests/widget/test_TitlePane.html",			author: "Dustin Machi",			thumbnail: "../../../demos/screenshots/test_TitlePaneThumb.gif",			screenShot: "",			description: "Displays some data with a title on top.  Data can be collapsed leaving only the title shown."		},		"TimePicker": {			url: "../../../tests/widget/test_TimePicker.html",			author: "",			thumbnail: "../../../demos/screenshots/test_TimePickerThumb.gif",			screenShot: "",			description: "Widget to input a time (ex: 3:15PM)"		},		"Validation": {			url: "../../../tests/widget/test_validate.html",			author: "",			thumbnail: "../../../demos/screenshots/test_ValidationThumb.gif",			screenShot: "",			description: "Dojo has many widgets to validate and/or correct user keyboard input."		},		"Windows": {			url: "../../../tests/widget/test_TaskBar.html",			author: "various",			thumbnail: "../../../demos/screenshots/test_WindowThumb.gif",			screenShot: "",			description: "Demonstrates dojo's floating windows (FloatingPane) and taskbar (similar to a start menu)"		},		"TabContainer": {			url: "../../../demos/widget/tabContainer.html",			author: "Bill Keese",			thumbnail: "../../../demos/screenshots/test_TabContainerThumb.gif",			screenShot: "",			description: "A set of tabs."		},		"SplitContainer": {			url: "../../../demos/widget/splitContainer.html",			author: "",			thumbnail: "../../../demos/screenshots/test_SplitContainerThumb.gif",			screenShot: "",			description: "Widget that lets you adjust the width/height between two or more children, used (for example) to separate the tree, message list, and message pane in mail clients."		},		"SlideShow": {			url: "../../../tests/widget/test_SlideShow.html",			author: "",			thumbnail: "../../../demos/screenshots/test_SlideShowThumb.gif",			screenShot: "",			description: "Cycles through various images fading between them."		},		"ContentPane": {			url: "../../../demos/widget/contentPane.html",			author: "Bill Keese, Fredrik Johansson",			thumbnail: "../../../demos/screenshots/test_ContentPaneThumb.gif",			screenShot: "",			description: "Demonstrates the ContentPane widget, especially loading remote data (via an href), similar to an iframe."		},		"Menu": {			url: "../../../tests/widget/test_Menu2_Bar.html",			author: "",			thumbnail: "../../../demos/screenshots/test_MenuThumb.gif",			screenShot: "",			description: "Demonstrates the use of the MenuBar (like a File menu) and ContextMenu (right-click menu) widgets."		},		"LayoutContainer": {			url: "../../../demos/widget/layoutContainer.html",			author: "",			thumbnail: "../../../demos/screenshots/test_LayoutContainerThumb.gif",			screenShot: "",			description: "Delphi-like position of children into left/right/top/bottom/client positions."		},		"Layout": {			url: "../../../tests/widget/test_Layout.html",			author: "",			thumbnail: "../../../demos/screenshots/test_LayoutThumb.gif",			screenShot: "",			description: "Demonstrates the use of some of the layout widgets"		},		"InlineEditBox": {			url: "../../../tests/widget/test_InlineEditBox.html",			author: "",			thumbnail: "../../../demos/screenshots/test_InlineEditThumb.gif",			screenShot: "",			description: "This widget essentially lets you edit page items in-place, without bringing up an edit page."		},		"GoogleMap": {			url: "../../../tests/widget/test_GoogleMap.html",			author: "",			thumbnail: "../../../demos/screenshots/test_GoogleMapThumb.gif",			screenShot: "",			description: "Demonstrates the use of the GoogleMap Widget (use from sites outside of dojotoolkit.org will require a google key)"		},		"Editor": {			url: "../../../demos/widget/Editor.html",			author: "",			thumbnail: "../../../demos/screenshots/test_EditorThumb.gif",			screenShot: "",			description: "Dojo's rich text editor"		},		"Dialog": {			url: "../../../tests/widget/test_Dialog.html",			author: "",			thumbnail: "../../../demos/screenshots/test_DialogThumb.gif",			screenShot: "",			description: "A modal dialog similar to an alert or confirm or popup window"		},		"DatePicker": {			url: "../../../demos/widget/datePicker.html",			author: "Dylan Schiemann",			thumbnail: "../../../demos/screenshots/test_DatePickerThumb.gif",			screenShot: "screenshots/test_DatePicker.png",			description: "Pick a date from a calendar"		},		"Accordion": {			url: "../../../demos/widget/accordionContainer.html",			author: "Dustin Machi",			thumbnail: "../../../demos/screenshots/test_AccordionThumb.gif",			screenShot: "",			description: "Demonstrates the use of the the Accordion widget"		},		"Button": {			url: "../../../tests/widget/test_Button.html",			author: "Bill Keese",			thumbnail: "../../../demos/screenshots/test_ButtonThumb.gif",			screenShot: "",			description: "Dojo supports simple buttons, drop down list buttons, and combobuttons; users can customize the button style."		},		"Chart": {			url: "../../../tests/widget/test_Chart.html",			author: "",			thumbnail: "../../../demos/screenshots/test_ChartThumb.gif",			screenShot: "",			description: "Chart demonstrates SVG Charting in dojo.  It requires a browser capable of inline SVG"		},		"Checkbox": {			url: "../../../tests/widget/test_Checkbox.html",			author: "",			thumbnail: "../../../demos/screenshots/test_CheckboxThumb.gif",			screenShot: "",			description: "Check box with customizable image for checkmark"		},		"CiviCrmDateTimePicker": {			url: "../../../tests/widget/test_CiviCrmDateTimePicker.html",			author: "",			thumbnail: "../../../demos/screenshots/test_CiviCrmDateTimePickerThumb.gif",			screenShot: "",			description: "Form input widget for specifying date and time"		},		"ColorPalette": {			url: "../../../tests/widget/test_ColorPalette.html",			author: "",			thumbnail: "../../../demos/screenshots/test_ColorPaletteThumb.gif",			screenShot: "",			description: "Widget to pick a color"		},		"ComboBox": {			url: "../../../demos/widget/comboBox.html",			author: "",			thumbnail: "../../../demos/screenshots/test_ComboBoxThumb.gif",			screenShot: "",			description: "Drop down select list featuring dynamic loading of matching data from the server (like Google Suggests?)"		},		"Tree": {			url: "../../../demos/widget/Tree/tree.html",			author: "Ilia Kantor",			thumbnail: "../../../demos/screenshots/test_TreeThumb.gif",			screenShot: "",			description: "Tree widget featuring lazy loading of data, drag & drop, etc."		},		"Moxie": {			url: "../../../demos/storage/editor.html",			author: "Brad Neuburg",			thumbnail: "../../../demos/screenshots/test_MoxieThumb.gif",			screenShot: "",			description: "Editor application that demonstrates use of dojo.strorage for offline use"		},		"FormTour": {			url: "../../../demos/widget/Form.html",			author: "Anonymous",			thumbnail: "../../../demos/screenshots/test_FormTourThumb.gif",			screenShot: "",			description: "Overview of the Dojo's Form Widgets"		},		"Fisheye": {			url: "../../../demos/widget/Fisheye.html",			author: "Cal Henderson",			thumbnail: "../../../demos/screenshots/test_FisheyeThumb.gif",			screenShot: "",			description: "A menu that balloons out, similar to the launcher on OS X"		},		"JsonService": {			url: "../../../tests/rpc/test_JsonService.html",			author: "Dustin Machi",			thumbnail: "",			screenShot: "",			description: "JSON-RPC Test Page"		},		"Mail": {			url: "../../../demos/widget/Mail.html",			author: "Bill Keese",			thumbnail: "../../../demos/screenshots/test_MailThumb.gif",			screenShot: "",			description: "Simple Mail Application demonstration"		},		"SortableTable": {			url: "../../../tests/widget/test_SortableTable.html",			author: "Tom Trenka",			thumbnail: "../../../demos/screenshots/test_SortableTableThumb.gif",			screenShot: "",			description: "A table where the user can sort by column, the rows can be color coded, etc."		}	}}

⌨️ 快捷键说明

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