Loves to create beautiful, efficient code, and beautiful, usable User Interfaces
|
Dec
27 |
|
awarded | Nice Answer |
|
Dec
14 |
|
awarded | Student |
|
Aug
25 |
|
awarded | Yearling |
|
May
22 |
|
comment |
add data to dojo datagrid I just created a fiddle for you: jsfiddle.net/vijayagrawal/NsMgh |
|
Apr
19 |
|
comment |
What happens to the attribute when a page reloads? example code is available at hc.apache.org/httpcomponents-client-ga/examples.html see the first link |
|
Apr
19 |
|
comment |
What happens to the attribute when a page reloads? so on the server, if you want to communicate with another server on another domain, using a library such as httpclient is the way to go: hc.apache.org |
|
Apr
19 |
|
comment |
What happens to the attribute when a page reloads? all attributes are lost when you redirect. |
|
Apr
19 |
|
comment |
What happens to the attribute when a page reloads? No - because redirect will cause a new request to be created. However, you can look into using a forward instead of a redirect if you wish to communicate between servlets (the request parameters and attributes are preserved since it is the same request) - and it also saves roundtrip to the client |
|
Apr
17 |
|
awarded | Tenacious |
|
Apr
13 |
|
comment |
Is there anything like RadWindo in Dojo? so the dialog will give you a popup like overlay with close button - you will need to write the HTML that goes inside it, that shows the status of the operation - Dojo also offers progress indicators - dojotoolkit.org/reference-guide/1.7/dijit/ProgressBar.html |
|
Apr
13 |
|
comment |
Is there anything like RadWindo in Dojo? So when you click the "View Terms and Conditions" button, the overlay that displays looks like a popup - no? Dijit dialog provides ability to wire up your own functions onShow, onHide etc |
|
Apr
13 |
|
answered | Is there anything like RadWindo in Dojo? |
|
Apr
13 |
|
answered | Give Dojo TabContainer an ID |
|
Apr
11 |
|
answered | How can I optimize this custom dojo 1.7.2 build |
|
Apr
6 |
|
comment |
ArrowIndicator Event Handling in Dojo i just edited my answer - |
|
Apr
6 |
|
comment |
ArrowIndicator Event Handling in Dojo actually the indicator seems to expose an update() method. See archive.dojotoolkit.org/nightly/dojotoolkit/dojox/gauges/tests/… for an example of setting a value. Also the tests at: archive.dojotoolkit.org/nightly/dojotoolkit/dojox/gauges/tests is a good place to look for features and examples |
|
Apr
6 |
|
answered | which is the most suitable javascript widget libraries for a measurement reporting web application? |
|
Apr
6 |
|
comment |
ArrowIndicator Event Handling in Dojo Great - happy to help. Yes, there is lots in there and though the dojo developers try to document things, there are hidden features/gems still there to be discovered :-).. A combination of dojo nightly tests, looking into the source code and the wiki/docs will equip you with all you need - also dojo is completely extensible, so you can override portions of the widgets and extend them.. |
|
Apr
6 |
|
awarded | Supporter |
|
Apr
6 |
|
awarded | Autobiographer |