Simon Speich | 10 Feb 11:28
Picon
Gravatar

Re: dojo is undefined using local resource

You don't need to explicitly load AnalogGauge.js. The require statement takes
care of that by inserting the script tag automatically. But you need to set
dojoConfig. I suggest you read the Hello Dojo Tutorial
http://dojotoolkit.org/documentation/tutorials/1.7/hello_dojo/

--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/dojo-is-undefined-using-local-resource-tp3726560p3732078.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

martinerko | 10 Feb 10:58

dojox.charting - color of grid lines

Hi,
Is it possible to set the color of the grid lines in a Grid plot?
I want to have different color of axes and different color of grid lines.

--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/dojox-charting-color-of-grid-lines-tp3732015p3732015.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

sssavani | 10 Feb 10:33
Gravatar

dojo.xhrPost With dijit.form.ValidationTextBox autocomplete issue

Dear All

i want to autocomplete properties on dijit.form.ValidationTextBox with dojo
ajax like dojo.xhrPost,
one things i declared i changed autocomplete="off" to autocomplete="on" in
templates/ValidationTextBox.html of dijit 1.6 library, meet seccess of one
way i refresh the page(form sumbit) on submit button then autocomplete
worked but other way i send form data via dojo ajax( dojo.xhrPost) at that
time dijit.form.ValidationTextBox not perform autocomplete role, i already
set cookies related setting in my browser.

if any one know then guide me.............................

Thanks 

-----
Best Regards
shailesh savani
--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/dojo-xhrPost-With-dijit-form-ValidationTextBox-autocomplete-issue-tp3731973p3731973.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

(Continue reading)

sssavani | 10 Feb 10:33
Gravatar

dojo.xhrPost With dijit.form.ValidationTextBox autocomplete issue

Dear All

i want to autocomplete properties on dijit.form.ValidationTextBox with dojo
ajax like dojo.xhrPost,
one things i declared i changed autocomplete="off" to autocomplete="on" in
templates/ValidationTextBox.html of dijit 1.6 library, meet seccess of one
way i refresh the page(form sumbit) on submit button then autocomplete
worked but other way i send form data via dojo ajax( dojo.xhrPost) at that
time dijit.form.ValidationTextBox not perform autocomplete role, i already
set cookies related setting in my browser.

if any one know then guide me.............................

Thanks 

-----
Best Regards
shailesh savani
--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/dojo-xhrPost-With-dijit-form-ValidationTextBox-autocomplete-issue-tp3731972p3731972.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

(Continue reading)

Al Byers | 9 Feb 22:54
Favicon
Gravatar

How to dynamically do a require

I need to do a dynamic require inside my code. Something like:

window["require"]({async:0}, ["some/package/MyModule"]);  // Do we still
need to do this with the new builder?
var cls = dojo.getObject("some.package.MyModule");

It does not find "cls".
I have poured through dojo.js and can see why it does not call defineModule;
I am wondering how to do it.

And is it still necessary to hide require statements?

Al Byers

--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/How-to-dynamically-do-a-require-tp3731012p3731012.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

srflaxu40 | 9 Feb 21:34

Change img tag of TitlePane dijit:

Hi, I'm just curious if there is a quick method to modify the inner image tag
pertaining to a TitlePane dijit?

Here is a quick snippet of code that should more than suffice:

                        titlePaneNode = new dijit.TitlePane({ title: "<input
type='radio' name='reference_g' value='" + def_id + "'/>&nbsp" + "(" +
mapCountI + ") " + element, id: element + globI, open: false, content:
growHTMLStr });

I have added radio buttons to the titles of each titlePaneNode that is
created in a loop.  I would like to remove the img tags that are
auto-generated by dojo to display the dijitarrownode / arrow.jpeg.  Is there
a quick fix to this?  Thanks!

Best,

John

--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Change-img-tag-of-TitlePane-dijit-tp3730645p3730645.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
(Continue reading)

JonBurns | 9 Feb 20:49
Picon
Gravatar

Dojo Grid - Webpage jumping on setStore

Hello everyone,

I'm having an issue with datagrid and setstore. When setstore is called it
seems to be causing the page to move upwards slightly. I'm not sure what's
causing this. I've attached an image of some firebug debugging I did, it
seems to show that the call on setstore is causing the shift. Any
information would be helpful.

Before setstore is called;
http://dojo-toolkit.33424.n3.nabble.com/file/n3730519/FirebugDebug%281%29.jpg 

After setstore is called;

http://dojo-toolkit.33424.n3.nabble.com/file/n3730519/FirebugDebug%282%29.jpg 

Thanks,

Jon Burns 

--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Dojo-Grid-Webpage-jumping-on-setStore-tp3730519p3730519.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
(Continue reading)

lexa45ru | 9 Feb 16:29
Picon
Gravatar

touch changing gauges.

Hello!

How to disable changing the values ​​of the gauge arrows using the mouse.

This option
*noChange: false*
freezes the arrow, but I need to change the values​​, such as pressing a
button.

P.S. sorry for my google english :)

--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/touch-changing-gauges-tp3729788p3729788.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
Antosova, Lucie | 9 Feb 16:05
Favicon

Editable password field in DataGrid?

I have a dojo Datagrid structure with field password. I would like the password to be displayed as dots when editing and afterwards. The behavior I am looking for should be the same as when type=”password” is defined in html .  Here is how the password is defined currently:

{field: 'password', name: 'Password', width: '170px', get: getPassword, editable: true, formatter: editNameCell}

 

I would welcome any ideas regarding this problem.  

Thank you,

Lucie

 

 

 

________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
luke.knapek | 9 Feb 13:54
Picon
Gravatar

dojox.grid.enhanced.plugins.Filter in declaratively defined dojox.grid.EnhancedGrid?

Hi,
can I use filter plugin for EnhancedGrid in declaratively way like this?

id Count

In this declaration, atribute datatype="number" is ignored a field "count" if filtering like a string (because it is default). I tried also other filter atributes (i.e. datatype="date" or autoComplete="true") and it does not work neither.
If I declare structure programmatically in this way:

{ field: "id", hidden:true}, { field: "count", datatype: "number", width:"80", name:"Count"},

everything is allright. Is there any way how can I use filer plugin in the first declarative way?
View this message in context: dojox.grid.enhanced.plugins.Filter in declaratively defined dojox.grid.EnhancedGrid?
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
luke.knapek | 9 Feb 13:39
Picon
Gravatar

Problem with autocomplete in dojox.grid.enhanced.plugins.Filter

Hi, I have problem with autocomplete in dojox.grid.enhanced.plugins.Filter. I allready read the documentation http://dojotoolkit.org/reference-guide/dojox/grid/EnhancedGrid/plugins/Filter.html. I have simple string field defined like this: { field: "title", datatype: "string", autoComplete:true, width:"300", name:"Title"} When I want to filter by this column, filtering dialog shows properly. Combobox also always shows properly (there are all values of "title" field), problem is only in case when I start write into the value field and it should suggest right values (i.e. all titles starts with 't'). whatever I write, always first value of list is placed into the value field. Does anybody knows what is wrong?

View this message in context: Problem with autocomplete in dojox.grid.enhanced.plugins.Filter
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojotoolkit: http://dojotoolkit.org
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api
Tutorials: http://dojotoolkit.org/documentation

Dojo-interest <at> mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

Gmane