<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.web.dojo.user">
    <title>gmane.comp.web.dojo.user</title>
    <link>http://blog.gmane.org/gmane.comp.web.dojo.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76128"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76125"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76124"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76123"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76121"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76120"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76119"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76117"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76110"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76102"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76101"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76100"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76099"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76090"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76089"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76087"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76081"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76079"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76075"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.dojo.user/76072"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76128">
    <title>How to add myself as CC for a bug</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76128</link>
    <description>&lt;pre&gt;I've got a bug tracker account, and I'm signed in, but I can't add 
myself as a CC to a bug.

Is there any way that functionality can be enabled?


&lt;/pre&gt;</description>
    <dc:creator>George S.</dc:creator>
    <dc:date>2013-05-25T23:42:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76125">
    <title>dojox.form.CheckedMultiSelect - Single Row Height</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76125</link>
    <description>&lt;pre&gt;I'm looking for an example of how to make the 
dojox.form.CheckedMultiSelect widget work in single row height. I would 
to see it rendered as a single-row element that when activated would 
show the list of options that could be checked.

I've looked at the reference docs, and the api docs, and nothing really 
addresses it.

Bug 8301 seems to imply that you can set the height of the element and 
it should work. Here's what I'm using:


&amp;lt;select style="height: 20px;"
multiple="true"
data-dojo-type="dojox.form.CheckedMultiSelect"
id="IDcriteria" name="criteria"
onchange="frmMonthCal.submit();"&amp;gt;
&amp;lt;OPTION VALUE="calendar_id=26"&amp;gt;Athletics Calendar&amp;lt;/option&amp;gt;
&amp;lt;OPTION VALUE="calendar_id=19" SELECTED&amp;gt;Events Calendar (includes all 
athletics and events)&amp;lt;/option&amp;gt;
&amp;lt;/select&amp;gt;

If I don't specify a height on the select element, the widget appears 
OK. If I do specify a height, the widget is drawn strangely, with a box 
the same height, but a transparent background that extends over other 
elements on the page.

Anyhow, if any&lt;/pre&gt;</description>
    <dc:creator>George S.</dc:creator>
    <dc:date>2013-05-25T15:15:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76124">
    <title>Build error importing external CSS</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76124</link>
    <description>&lt;pre&gt;I'm importing a font from google in my CSS:

&amp;lt; at &amp;gt;import url(http://fonts.googleapis.com/...

and i get an error while building dojo:

error(359) While optimizing a CSS file, an import directive was not expanded
because the source for the import was not available to the builder. CSS
file:[...]; import directive: &amp;lt; at &amp;gt;import
url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);

Any idea on how to solve this without calling directly the CSS from the HTML
page?

Thank you!



--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Build-error-importing-external-CSS-tp3996820.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojo Toolkit: http://dojotoolkit.org/
Tutorials: http://dojotoolkit.org/documentation/
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-inte&lt;/pre&gt;</description>
    <dc:creator>gp</dc:creator>
    <dc:date>2013-05-25T14:13:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76123">
    <title>dojox/grid/_View.js in 1.8.x, adaptHeight(), IE8+, array  prototype clash</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76123</link>
    <description>&lt;pre&gt;I have some third party code that adds an "indexOf()" method to the Array
object prototype, if it is not present. This usually happens with IE.
Unfortunately this is causing problems in the adaptHeight() method in the
file  "dojox/grid/_View.js", which I finally traced down to the following
code:

    var checkOtherViewScrollers = function(){
       var v;
        for(var i in self.grid.views.views){
          // * variable i picks up Array.prototype.indexOf()*
          v = self.grid.views.views[i];
          if(v !== self &amp;amp;&amp;amp; v.hasHScrollbar()){
            return true;
          }
        }
        return false;
    };

The temporary workaround I did was to change the for loop to something like:
      for (var i = 0; i &amp;lt; self.grid.views.views.length; i++) { ......... }

That seems to prevent IE8 from complaining. If there's a better fix I'd like
to hear it. Also, it's not a viable option to skip adding the  indexOf()
method by a third party code.





--
View this message in context: http://dojo-toolkit.33&lt;/pre&gt;</description>
    <dc:creator>Maury</dc:creator>
    <dc:date>2013-05-25T08:18:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76121">
    <title>store.fetch(onComplete: function(item, request) is calling atlast in Internet Explorer whereas in mozila it is working fine</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76121</link>
    <description>&lt;pre&gt;Hi,
         I am using itemFileReadStore for reading from json and i am trying
to take attribute from the object returning from Store and using this
attribute in another function in my custom.js. but in Internet Explorer this
function is called at last so i could not able to use the attribute. so
please provide solution for reading json object without using store.fetch
call back function.
var Store = new dojo.data.ItemFileReadStore({url: initialStore});
                                                                        var
msLstValues = function(items,request) {
                                                                         for
(var i = 0; i &amp;lt; items.length; i++) {
                                                    var item = items[i];
                                                   
someValue[i]=msStore.getIdentity(item);
                                                  
someValueLabel[i]=msStore.getLabel(item);
                                                   
                        &lt;/pre&gt;</description>
    <dc:creator>rraji</dc:creator>
    <dc:date>2013-05-25T06:37:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76120">
    <title>How to read attributes from Json object returning from ItemFileReadStore</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76120</link>
    <description>&lt;pre&gt;Hi,
       
Anyone can say how to read the values(attributes) from json object returning
from itemFileReadStore alternate for store.fetch(oncomplete function). this
is callback function working fine in Mozila but i am unable to use in
internet explorer for fetching the values. since it is callback function i
cannot able to call first function to fetch the values. 



--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/How-to-read-attributes-from-Json-object-returning-from-ItemFileReadStore-tp3996815.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojo Toolkit: http://dojotoolkit.org/
Tutorials: http://dojotoolkit.org/documentation/
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

&lt;/pre&gt;</description>
    <dc:creator>rraji</dc:creator>
    <dc:date>2013-05-25T06:34:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76119">
    <title>dojox.drawing Newbie questions</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76119</link>
    <description>&lt;pre&gt;Hi

Great tool kit ! I was able to get things working in no time. After reading
the doc, examples and APIs there are a few gaps I'm hoping someone can help
fill in.

Does the drawing library connect object together ?  ie connect a line to a
circle 

Is there a dimensional selector ?  ie use mouse to create a selection area

Is there a text/label editor ? 

cheers
gary  





--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/dojox-drawing-Newbie-questions-tp3996813.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojo Toolkit: http://dojotoolkit.org/
Tutorials: http://dojotoolkit.org/documentation/
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

&lt;/pre&gt;</description>
    <dc:creator>garym</dc:creator>
    <dc:date>2013-05-24T20:18:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76117">
    <title>Hire Dojo Developer for Minor Editor Enhancements</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76117</link>
    <description>&lt;pre&gt;I've got a few enhancements I'd like to get put into Dojo. First, I 
understand that any enhancements would go through Dojo's normal 
acceptance process. I understand that I can't change or short-circuit 
that process. I know I "can't pay to get my feature in the software". 
I'm really just looking to add a couple of minor things and am willing 
to give someone an incentive to prioritize them.

Here's what I would like:

1) Editor | Insert Image Dialog. Add a dropdown selection to set float. 
Add 4 text boxes for padding (top, left, right, bottom). There should be 
a way to specify a specific float value and padding values from the 
calling code. I'm envisioning something in data-dojo-props or an 
attribute like data-dojo-editor-plugin-pluginname-parameters to set the 
defaults, but that's just an idea.

2) Modify the insert link dialog so that there is a way for the calling 
code to specify that new links are to default to target a new window.

3) Fix these bugs and enhancements:

https://bugs.dojotoolkit.o&lt;/pre&gt;</description>
    <dc:creator>George S.</dc:creator>
    <dc:date>2013-05-24T18:23:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76110">
    <title>Dojo 1.9 Copy and Paste from Word Don't Work with IE</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76110</link>
    <description>&lt;pre&gt;I ran into a problem with 1.9 and the editor. Essentially, copy and paste
from Word doesn't work when using IE.

 

Here's a link to the ticket.

 

https://bugs.dojotoolkit.org/ticket/17195

 

 

George Sexton

MH Software, Inc.

303 438-9585

www.mhsoftware.com

 

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

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
&lt;/pre&gt;</description>
    <dc:creator>George Sexton</dc:creator>
    <dc:date>2013-05-24T15:29:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76102">
    <title>Strange behavior firefox, chrome</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76102</link>
    <description>&lt;pre&gt;Using dojo.1.9  from some two weeks ago and the (demo) calendar,

Chrome works as expected,
Firefox stops and is not to be persuaded to really work the same as in
Chrome
Stop is: at _getTopOwner:function(){
from gettopOwner

firefox is just update some minutes ago but the same problem occured
yesterday already ... so the update is not the reason of different behavior.

IE gives with MY version 4 times: multiple define
And by trying to use its error starting engine I got e.g.
SCRIPT5022: declare demo.ExtendedCalendar: base class is not a callable
constructor. 
dojo.js, regel 99 teken 436

So for a newbie TOO much not really cleart errors ;-( 



--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Strange-behavior-firefox-chrome-tp3996791.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojo Toolkit: http://dojotoolkit.org/
Tutorials: http://dojotoolkit.org/documentation/
Reference Guide: http://dojotoolkit.org/ref&lt;/pre&gt;</description>
    <dc:creator>PKHG</dc:creator>
    <dc:date>2013-05-24T06:21:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76101">
    <title>Excel workbook to dojo</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76101</link>
    <description>&lt;pre&gt;Hello

Have a detailed excel workbook with interlaced formulas that have input
fields and outputs for creating proposals.

Would dojo be a good platform to take this from excel to a web based app?

Anyone ever done this and like to look at an opportunity?

Thanks

Keith



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

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

&lt;/pre&gt;</description>
    <dc:creator>electrichi01</dc:creator>
    <dc:date>2013-05-24T00:08:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76100">
    <title>dgrid save issue.</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76100</link>
    <description>&lt;pre&gt;I have a dgrid and a save button. The user makes changes and presses save.
which calls dgrid.save()

I have traced through this trying to find out what is happening. 

The system follows the following logic. 


GET http://hpace/data/scheduleJsonRestStore.php?2017
get the first dirty record.

POST http://hpace/data/scheduleJsonRestStore.php
post the first dirty record.

GET http://hpace/data/scheduleJsonRestStore.php?2018
Get the second dirty Record.

POST http://hpace/data/scheduleJsonRestStore.php
Post the second dirty record. 

The problem is that it is posting what it is returned in the GET calls.

I traced through and found that the system has the dirty information
correct. I just can;t find where it set up the information for the POST as
it does not seem to be using the changed information.



-----
Farley
Any argument is viable, until logic and reality set in.
--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/dgrid-save-issue-tp3996788.html
Sent from the Dojo Toolkit mailing li&lt;/pre&gt;</description>
    <dc:creator>fbcarter</dc:creator>
    <dc:date>2013-05-23T22:22:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76099">
    <title>Gridx: Formatter function returning Dereffed and resolving later is not working!</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76099</link>
    <description>&lt;pre&gt;Hello,
In one my Gridx control for a column whose value is a 'foreign key' to
another Store. I need to retrieve a new row based on the 'foreign key' from
JsonRest store. So I make an asynchronous call to the JSonStore and when it
resolves I construct the column value and resolve the Deferred. 

But the Gridx does not show the resolved value. The following is the code
snippet!





--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Gridx-Formatter-function-returning-Dereffed-and-resolving-later-is-not-working-tp3996787.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojo Toolkit: http://dojotoolkit.org/
Tutorials: http://dojotoolkit.org/documentation/
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

&lt;/pre&gt;</description>
    <dc:creator>mattmadhavan</dc:creator>
    <dc:date>2013-05-23T21:33:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76090">
    <title>Dojo parser crashes when Object prototype is altered</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76090</link>
    <description>&lt;pre&gt;Hi,
I'm having an issue with dojo parser. I'm using 1.9. The code looks like
this :

Object.prototype.foo = "bar";

require(["dojo/parser"], function(parser){
    parser.parse();
});

This causes an error : dojo/parser::parse() error TypeError {foo: "bar"}

You can see an example here : http://jsfiddle.net/psoares/WMRjz/

Can anyone help me find out if I'm doing something wrong or if this is a
bug ?

Thank you !

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

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
&lt;/pre&gt;</description>
    <dc:creator>Philippe Soares</dc:creator>
    <dc:date>2013-05-23T20:22:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76089">
    <title>v1.9 on web builder</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76089</link>
    <description>&lt;pre&gt;Any ETA on v1.9 being available on DWB?



--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/v1-9-on-web-builder-tp3996777.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojo Toolkit: http://dojotoolkit.org/
Tutorials: http://dojotoolkit.org/documentation/
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

&lt;/pre&gt;</description>
    <dc:creator>mike208</dc:creator>
    <dc:date>2013-05-23T19:18:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76087">
    <title>How to get the currency formatted value in thelifecycle for tests</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76087</link>
    <description>&lt;pre&gt;So I am using the currency control (wrapped it with our own control).

I am not sure though how to get the formatted value during unit tests.  

Because the value is always unformatted, so for example when I enter 100,
sure, it shows $100.00 in the textbox but once my unit test tries to get
that value and test for formatting to just make sure it formatted to the
$100, I can't because the control.value is still just 100 even though it's
showing up as $100.00 on the page.

Not sure what to do here.



--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/How-to-get-the-currency-formatted-value-in-the-lifecycle-for-tests-tp3996775.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojo Toolkit: http://dojotoolkit.org/
Tutorials: http://dojotoolkit.org/documentation/
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, vi&lt;/pre&gt;</description>
    <dc:creator>CoffeeAddict</dc:creator>
    <dc:date>2013-05-23T17:11:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76081">
    <title>Loading chidren items in tree grid of gridx andQueryReadStore</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76081</link>
    <description>&lt;pre&gt; I am trying to use tree grid of gridx using QueryReadStore. 
 
 The following code is the html code:
 ------------------------------------------

 &amp;lt;%&amp;lt; at &amp;gt; include file = "include.jsp" %&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;Gridx Demo&amp;lt;/title&amp;gt;
    &amp;lt;link rel="stylesheet"
href="dojoToolKit/dojo/gridx/resources/claro/Gridx.css" /&amp;gt;
    
    
    
    &amp;lt;/head&amp;gt;
&amp;lt;body class="claro"&amp;gt;   
    &amp;lt;div id="gridNode" style="width: 600px; height: 300px;"&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

----------------------------------

I have used 'getServiceProducts' as the url of queryreadstore. The response
of this url is:

{ "identifier": "id","label": "name","items": [{"id":1, "name":"Africa",
"type":"continent","children":[{"id":2, "name":"Egypt", "type":"country"
},{"id":3, "name":"Kenya", "type":"country", "children":[{"id":4,
"name":"Nairobi", "type":"city", "adults": 70400, "popnum": 2940911
},{"id":5, "name":"Mombasa", "type":"city", "adults": 294091, "popnum":
707400 } ]}, {"id":6, "name":"Sudan", "type":"country", "children":{"id":7,
"name":"Khartoum"&lt;/pre&gt;</description>
    <dc:creator>Yashaswini</dc:creator>
    <dc:date>2013-05-23T09:38:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76079">
    <title>how to show up a label with dynamic createdcheckbox?</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76079</link>
    <description>&lt;pre&gt;Hi All

    I have tried following codes several times without success:

var cb = new CheckBox({
                                    checked:true
                                });
cb.domNode.appendChild(CC.create("label", {"for": cb.id, innerHTML:
"test"}));

CC herein stands for dom-construct

the label never shown up.

The weird thing is when I tried with Toggle button, it works.

Regards

gelin yan
________________________________________________________
Dojo Toolkit: http://dojotoolkit.org/
Tutorials: http://dojotoolkit.org/documentation/
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
&lt;/pre&gt;</description>
    <dc:creator>Gelin Yan</dc:creator>
    <dc:date>2013-05-23T09:27:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76075">
    <title>{Urgent} Gridx:formatter cannot set cell value asynchrnousely from the formatter function</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76075</link>
    <description>&lt;pre&gt;Hello,
I have a formatter for one the GridX column. Based on the column value of
the row that was passed on to the function I make a JSonrest get call (on
the json store) and it returns the value in a callback asynchronously. I
would use the following way to set the cell data;

*that.gridClaims.cell(rowid,
'BillingProvider').setRawData(bp.PlaceTreated);*

But How do I access the rowID since my callback has only row ? The following
is the code


Thanks in advance!

Matt'M




--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Urgent-Gridx-formatter-cannot-set-cell-value-asynchrnousely-from-the-formatter-function-tp3996759.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
________________________________________________________
Dojo Toolkit: http://dojotoolkit.org/
Tutorials: http://dojotoolkit.org/documentation/
Reference Guide: http://dojotoolkit.org/reference-guide
API Documentation: http://dojotoolkit.org/api

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit:&lt;/pre&gt;</description>
    <dc:creator>mattmadhavan</dc:creator>
    <dc:date>2013-05-22T23:23:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76072">
    <title>Extending constraints</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76072</link>
    <description>&lt;pre&gt;I have a custom widget I created.

In my postMixInProperties, I've done this to add a currency constraint
dynamically:


But in my unit test I need to make sure any attributes added for constraint
is also kept, so that I'm only adding onto the constraints, not overwriting
them.

I thought dojo.extend would allow me to "tack" on constraints
programatically but no luck so far:



this does not work, maybe I'm using the wrong method (extend) or not using
it correctly...



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

Dojo-interest&amp;lt; at &amp;gt;mail.dojotoolkit.org
To unsubscribe, visit: http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

&lt;/pre&gt;</description>
    <dc:creator>CoffeeAddict</dc:creator>
    <dc:date>2013-05-22T19:05:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.dojo.user/76067">
    <title>dgrid noDataMessage</title>
    <link>http://comments.gmane.org/gmane.comp.web.dojo.user/76067</link>
    <description>&lt;pre&gt;I have an onDemandGrid defined as 

*define(["dojo/_base/declare", "dgrid/OnDemandGrid", "dgrid/selector",
"dgrid/editor", "dgrid/ColumnSet", "dgrid/Selection", "dgrid/Keyboard",
"dgrid/tree", "./ganttColumn", "dgrid/extensions/CompoundColumns"],
function(declare, OnDemandGrid, selector, editor, ColumnSet, Selection,
Keyboard, tree, ganttColumn, CompoundColumns) {
// module:
// GanttGrid
// summary:
// A dgrid extension to create a gantt chart, with columns for tasks,
resources, and timelines
// Creates a new grid with one column set definition to display tasks &amp;amp;
resources and a second
// column set for the actual gantt chart
return declare([OnDemandGrid, selector, editor, ColumnSet, Selection,
Keyboard, CompoundColumns], {
columnSets : [
// Column set to display task and resource
[[selector({
field : "sel",
label : 'Sel',
rowSpan : 2
}, "radio"), editor({
field : "sequence",
label : "Seq",
sortable : true,
editor : "text",
rowSpan : 2
}), editor({
field : "press",&lt;/pre&gt;</description>
    <dc:creator>fbcarter</dc:creator>
    <dc:date>2013-05-22T15:46:52</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.dojo.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.dojo.user</link>
  </textinput>
</rdf:RDF>
