Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 160 results for
dojo
- Page 1
Dojo
Community Center
Say Hello!
19 Years Ago
by dojo
Yet another female webmaster ;) My name is Ramona, I am
Dojo
, since I also practice Karate and love it. I am the owner of some sites and plan getting more started in the next months. Hopefully I'll be able to contribute and learn from here ;)
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by Samyx
…googleapis.com/ajax/libs/
dojo
/1.8.1/
dojo
/
dojo
.js" data-
dojo
-config="async: true…;dojox/charting/StoreSeries", "
dojo
/store/Memory", "
dojo
/store/Observable", "dojox…;, "dojox/charting/plot2d/Markers", "
dojo
/ready"], function(Chart, Default, StorieSeries, Memory,…
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by Samyx
…googleapis.com/ajax/libs/
dojo
/1.8.1/
dojo
/
dojo
.js" data-
dojo
-config="async:…dojox/charting/StoreSeries", "
dojo
/store/Memory", "
dojo
/store/Observable", "… "dojox/charting/plot2d/Markers", "
dojo
/ready"], function(Chart, Default, StorieSeries, Memory,…
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by Samyx
…googleapis.com/ajax/libs/
dojo
/1.8.1/
dojo
/
dojo
.js" data-
dojo
-config="async: true…;dojox/charting/StoreSeries", "
dojo
/store/Memory", "
dojo
/store/Observable", "dojox…;, "dojox/charting/plot2d/Markers", "
dojo
/ready"], function(Chart, Default, StorieSeries, Memory,…
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by Samyx
…googleapis.com/ajax/libs/
dojo
/1.8.1/
dojo
/
dojo
.js" data-
dojo
-config="async: true…;dojox/charting/StoreSeries", "
dojo
/store/Memory", "
dojo
/store/Observable", "dojox…;, "dojox/charting/plot2d/Markers", "
dojo
/ready"], function(Chart, Default, StorieSeries, Memory,…
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by Samyx
…ajax.googleapis.com/ajax/libs/
dojo
/1.8.1/
dojo
/
dojo
.js" data-
dojo
-config="async: true…quot;dojox/charting/StoreSeries", "
dojo
/store/Memory", "
dojo
/store/Observable", "dojox/…quot;, "dojox/charting/plot2d/Markers", "
dojo
/ready"], function(Chart, Default, StorieSeries, Memory, …
Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by Samyx
…Everyone, I am trying to learn php along with
Dojo
. So I am testing how to create a …quot;//ajax.googleapis.com/ajax/libs/
dojo
/1.8.1/
dojo
/
dojo
.js" data-
dojo
-config="async: true">…/Bars", "dojox/charting/plot2d/Markers", "
dojo
/ready"], function(Chart, Default, Bars, Markers, ready){…
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by Samyx
… src="//ajax.googleapis.com/ajax/libs/
dojo
/1.8.1/
dojo
/
dojo
.js" data-
dojo
-config="async: true"><…/plot2d/Bars", "dojox/charting/plot2d/Markers", "
dojo
/ready"], function(Highlight, Tooltip, SelectableLegend, Chart, Default, Bars, Markers…
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by broj1
… can. But the problem is that I haven't used
dojo
in my life so I do not have a clue… to figure out what is the format of data that
dojo
chart of selected type expects and you then have to… give it a good title like ***How to create a
Dojo
StackedBar*** so
Dojo
gurus can jump in (hope there are any).
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by Samyx
…/Chart", "dojox/charting/StoreSeries", "
dojo
/store/Memory", "
dojo
/store/Observable", "dojox/charting/axis2d/Default…/plot2d/StackedBars", "dojox/charting/plot2d/Markers", "
dojo
/ready"], function(Chart, Default, StoreSeries, Memory, Observable, StackedBars, Markers…
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by broj1
I am not familiar with
dojo
but I guess your problem appears to be reading the … loop depends on what is the structure of data that
dojo
expects. If this is not the cause of your problem…
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by broj1
… not think you can pass a PHP array to javascript (
dojo
) directly, just like that. You should convert it to string…
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by broj1
…, since I do not know anything about using charts in
dojo
.
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by broj1
… guess since I do not know the db structure and
dojo
. So please adapt that to your needs.
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by broj1
I think you first have to define (and let me know) what is the format the
dojo
chart expects. You were using javascript array in previous posts and now use json. Can you please post the exact format you want the dataEnrolled and dataExpected be. What is the purpose of this line: $array2 = array_map('trim',explode(',',implode(',',$array2)));
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by Samyx
Before I wasn't getting the complete array, but after I found it online the `$array1 = array_map('trim',explode(',',implode(',',$array1)));` example, now the array is getting all the data from the database. the
dojo
chart can pass the data as an array, or as a storieSeries (with jason format data)
Re: Dojo bar graph from data in the db
Programming
Web Development
12 Years Ago
by broj1
Please insert the following code on line 64 alert(dataEnrolled.toSource()); alert(dataExpected.toSource()); and check whether the data for
dojo
chart is formatted correctly (it will be displayed in two dialog boxes).
Dojo Declarative Chart
Programming
Web Development
13 Years Ago
by KE50
…, I have been trying to get my way round the
DOJO
charting using the declarative (html) method. 1. I have a…. Please assist. Thanks in advance. [CODE] <span dojoType="
dojo
.data.ItemFileReadStore" id="query_report" jsId="query_report…
Re: Dojo Declarative Chart
Programming
Web Development
13 Years Ago
by KE50
…, I have been trying to get my way round the
DOJO
charting using the declarative (html) method. 1. I have a…. Please assist. Thanks in advance. [CODE] <span dojoType="
dojo
.data.ItemFileReadStore" id="query_report" jsId="query_report…
Dojo Calendar alternatives
Programming
Web Development
13 Years Ago
by sica07
I'm trying to include a widget in my page that looks and behaves like the Google calendar or Outlook calendar. Is there such a widget in
Dojo
? I have found [url]http://unscriptable.com/code/dojocal/dojocalTest.html[/url] but I don't know where to download it. I tried to contact the author but I got no answer. Any ideas or suggestions? Thank you
Re: Dojo
Community Center
Say Hello!
19 Years Ago
by perlanda
Hello hello- I too am a female webmaster(new), and though I am not involved in Martial Arts, I have a great respect and appreciation for them. What software do you use to build your sites? I am using Dreamweaver, and teaching myself- so I am a bit frusterated at times....
Re: Dojo
Community Center
Say Hello!
19 Years Ago
by dojo
Hello ;) I am using Dreamweaver too for some fast work. For the core coding I use a nice free editor called Crimson Editor ...
How to pass dojo values to php page?
Programming
Web Development
12 Years Ago
by jpadgett230
….byId('search_date_from').value,
dojo
.byId('search_date_to').value,
dojo
.byId('search_time_from').value,
dojo
.byId('search_time_to').value,
dojo
.byId('ID_pages').options[
dojo
.byId('ID_pages').selectedIndex…
Explicitly sizing hidden dojo Grid
Programming
Web Development
12 Years Ago
by Samyx
…/css" href="http://localhost/recipe/
dojo
/resources/
dojo
.css" /> <link rel….googleapis.com/ajax/libs/
dojo
/1.8.1/
dojo
/
dojo
.js" data-
dojo
-config="async: true…quot;, // Wait until the DOM is ready "
dojo
/domReady!" ], function(Chart, theme) { // Define…
Struts2 JQuery or Dojo, not a hard choice
Programming
Web Development
10 Years Ago
by prax1790
…may experience little troubles with the IE browser with handling
dojo
scripts. Some times this happens with jQuery too (when… has already resulted in a lot of conflicts between
dojo
and jquery. Changing ALL tags at once to jquery… Many developers advise jQuery. They say that they found
Dojo
a bit intrusive and switched to jQuery with which it…
Zend to Link its PHP Tools With Adobe Flex, Dojo
Digital Media
UI / UX Design
16 Years Ago
by EddieC
…work with other widely deployed RIA technologies from Adobe,
Dojo
and IBM. In a keynote speech at [url=…also announced ties with [url=http://dojotoolkit.org/]The
Dojo
Foundation[/url] aimed at delivering a boxed solution for …Framework and [url=http://dojotoolkit.org/book/
dojo
-book-0-9/introduction]
Dojo
Toolkit[/url] for JavaScript. Zend Framework 1…
Creating a source/target in Dojo
Programming
Web Development
16 Years Ago
by Tom Tolleson
… with a <div> that is a
dojo
.dnd.source and another <div> that… is a
dojo
.dnd.target. I am able to drag objects… advice on this? [B]<div dojoType="
dojo
.dnd.Source" jsId="c1" class=&…gt; </div> <div dojoType="
dojo
.dnd.Target" jsId="c2" class="…
simplifying separate functions to one function while using json and dojo?
Programming
Web Development
15 Years Ago
by awhitley2
… start somewhere. Here is the code: [code=javascript]function doAjax1() {
dojo
.xhrGet({ url : "ch2_xhrMockServer.htm", content : { var1 … "val2" }, load : function(resp) { var o =
dojo
.fromJson(resp);
dojo
.byId("ajaxResponse").innerHTML = o.response1; } }); }[/code] Here…
Re: Creating a source/target in Dojo
Programming
Web Development
16 Years Ago
by jamespw
Make them both
dojo
.dnd.Source objects, and give them both the attribute accept="red,blue".
Using Dojo
Programming
Web Development
16 Years Ago
by Tom Tolleson
… a U.S. Federal Agency that has just approved the
Dojo
API for rich internet apps. I've got some JavaScript… experience but I've never worked with
Dojo
before. I've been immediately tasked with a job of…
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC