dojo
Here are 241 public repositories matching this topic...
Add documentation to the reference guide that covers the new data middleware and resources functionality. The documentation should cover something like:
- An overview of the functionality, scenarios that it is designed to solve.
- Using
datamiddleware to author data aware widgets - Working with resources and data aware widgets
refer to issue : Identify With Content Formatter #490
i found error in the sample given in the documentation but i don't know how to edit it in github . so i post is here.
there are few missing bracket and one typo
define([
'dojo/_base/lang',
'dijit/layout/TabContainer',
'dijit/layout/ContentPane',
'dojo/dom-construct',
], function (lang, Container, ContentPane,
Hello,
the documentation has really become very good. But I am struggling when it comes to combine stores.
I need
- store for use in dgrid ondemandgrid
- based on REST operations
- all data should (also) be completely hold in memory, so that sort and filtering are done locally.
Fetch and get/put/delete/post done by REST.
What would be the correct combination?
declare( [Rest, Reques
-
Updated
Jun 6, 2020 - F#
-
Updated
Jun 28, 2020 - Java
-
Updated
Jan 4, 2020 - Go
-
Updated
Jan 13, 2020 - C#
-
Updated
Oct 30, 2018
Document the use of theme compose
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Apr 9, 2019
-
Updated
May 18, 2020 - JavaScript
Colocar a relação da lista de participantes com seus pontos
-
Updated
Jan 30, 2018 - C++
-
Updated
Mar 1, 2018 - JavaScript
-
Updated
Oct 30, 2019 - Python
-
Updated
Jul 3, 2020 - Shell
-
Updated
Jun 2, 2020 - JavaScript
Feedback from conference session: It would be helpful to provide a flow diagram outlining each Grunt taks with what's happening under the hood.
Enhancement
We're using the description from the package.json when using the search capabilities to show available commands to install. Perhaps we should use the package.json description for the actual command itself also? At the moment it is currently returned from the command like so: https://github.com/dojo/cli-build-app/blob/master/src/main.ts#L161
-
Updated
Dec 3, 2018 - JavaScript
整理已支持缓存的服务接口
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Dec 25, 2019 - CSS
-
Updated
Jun 14, 2020 - CSS
Improve this page
Add a description, image, and links to the dojo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dojo topic, visit your repo's landing page and select "manage topics."
The documentation says that DnD should work with Touch:
https://github.com/SitePen/dgrid/blob/master/doc/components/extensions/DnD.md
It mentions the test file DnD_touch.html as an example.
I tried this file in both Safari on an iPhone and the Samsung browser on Android, and in both cases it was a hit and miss affair. In both cases, it kept dragging and dropping the wrong row most of the ti