Search Type: Posts; User: anshu_gupta
Search: Search took 0.02 seconds.
-
29 Aug 2011 3:16 AM
- Replies
- 0
- Views
- 337
Hi,
I need to show a topology of various routers/firewalls. We need to show their links etc.
Is there any library/component in which we can show this kind of UI widgets?.
Thanks.
Anshu -
24 May 2011 1:13 AM
Jump to post Thread: Problem in tabpanel by anshu_gupta
- Replies
- 1
- Views
- 338
Hi,
I have a tabpanel in which there are two panels. In first tab panel i am having multiple charts which are refreshed periodically. In the second tab i am having a another panel which shows the... -
11 Feb 2011 12:05 AM
- Replies
- 1
- Views
- 775
Hi,
I have a CheckboxSelectionModel configured in my GridPanel.
I have a function which performs some action and after that clears all selections after completion of that action.
I am able to... -
9 Feb 2011 3:26 AM
- Replies
- 2
- Views
- 607
I tried it but its not working.
Here is my code for store:
var store = new Ext.data.Store( {
autoLoad:{params:{start: 0, limit: myPageSize}},
restful : true,
proxy : proxy,
id : 'key',... -
8 Feb 2011 12:27 AM
Jump to post Thread: Square Bracket in JsonStore by anshu_gupta
- Replies
- 10
- Views
- 1,665
is the problem solved??
I am facing a similar problem where in i am using JsonReader. It works for two or more records but it fails for one record. In store i am able to see the record but not able... -
8 Feb 2011 12:22 AM
- Replies
- 3
- Views
- 1,405
thanks. sorry for late reply.
Following is the code that i am trying but it works only when the response from server is within a given time. If response from server is not coming, the progress bar... -
7 Feb 2011 9:50 PM
- Replies
- 2
- Views
- 607
Hi,
I have a gridpanel in which data is coming from a webservice which returns me a list of things.
It works perfectly when there are more than one records. However, if there is a single object in... -
28 Jan 2011 12:00 AM
- Replies
- 0
- Views
- 395
Hi,
We are using following code to get Tree from XML.
var treePanel = {
title: 'List',
xtype: 'treepanel',
autoScroll: true,
... -
27 Jan 2011 10:02 AM
Jump to post Thread: Problem in TreePanel with XML by anshu_gupta
- Replies
- 0
- Views
- 400
Hi,
I have a TreePanel. and other UI components in my extjs page. I want to load the Tree using XML document.
How can i do that?? TreeLoader uses JSON format.
I tried using createXMLTree()... -
27 Jan 2011 1:49 AM
Jump to post Thread: Events in gridpanel by anshu_gupta
- Replies
- 3
- Views
- 576
No. It toggles the state of the boolean column. I just need to track only those fields whose state is true. State can be changed by selection of a particular row. So i also need to know the status on...
-
27 Jan 2011 12:14 AM
Jump to post Thread: Events in gridpanel by anshu_gupta
- Replies
- 3
- Views
- 576
Hi,
I have a Gridpanel which has multiple columns. One of the columns is boolean field. I want to know the count of total true values in that column and based on that count i need to show that onto... -
26 Jan 2011 10:21 PM
Jump to post Thread: Events in gridpanel by anshu_gupta
- Replies
- 1
- Views
- 654
Hi,
I have a Gridpanel which has multiple columns. One of the columns is boolean field. I want to know the count of total true values in that column and based on that count i need to show that onto... -
21 Jan 2011 12:43 AM
- Replies
- 3
- Views
- 1,405
Hi,
I have a progress bar.
Ext.MessageBox.show( {
msg : please wait...',
progressText : Wait',
width : 300,
wait : true,
waitConfig : {
interval : 200 -
19 Jan 2011 3:32 AM
- Replies
- 1
- Views
- 536
Hi,
I have a webservice whose Json Response is:
{
"devices": {
"@uri": "\/api\/dms\/device\/list-all",
"@size": "2",
"device": [
{
... -
12 Jan 2011 10:36 PM
- Replies
- 0
- Views
- 757
Hi,
I have a gridpanel. I want to make styling changes to just the header of GridPanel.
How can i do that and where do i need to make those changes?
I dont want to change styling of the columns,... -
5 Jan 2011 9:40 PM
- Replies
- 0
- Views
- 638
Hi,
I have a CheckBoxColumn in my gridpanel. The checkbox column contains values from DB and is selected on Pageload based on the value true/false.
What i want is to be able to select the... -
4 Jan 2011 1:17 AM
- Replies
- 54
- Views
- 4,341
I didnt find any such method in GridPanel or RowSelectionModel.
How to use it and which class has this function?? -
4 Jan 2011 12:13 AM
- Replies
- 54
- Views
- 4,341
Yes i had register it as a plugin
My requirement is:
1. Have a checkbox ie. true/false for the monitor field based on the value that is retreived from the webservice.
2. Ability to check/uncheck... -
3 Jan 2011 11:55 PM
- Replies
- 54
- Views
- 4,341
This is the code:
var monitorColumn = new Ext.grid.CheckColumn({
header: 'Monitored',
dataIndex: 'monitored',
width: 100,
editable:false
}); -
3 Jan 2011 11:44 PM
- Replies
- 54
- Views
- 4,341
Yes. The checked ones are working fine but the ones which are not selected before submitting they are also going as their status is also true.
Am not sure of this behavior. -
3 Jan 2011 9:51 PM
- Replies
- 54
- Views
- 4,341
how to send only those records in store whose checkbox are checked ??
-
3 Jan 2011 8:43 PM
- Replies
- 54
- Views
- 4,341
Hi.
Thanks Condor.
Now i am able to see the request params as id=1&id=2 and so on.
Problem is the status field is coming from DB so on page load if its true, and since in If condition we are... -
3 Jan 2011 6:49 AM
- Replies
- 54
- Views
- 4,341
Right Condor..
Thats precisely my problem.
Anyways i am implementing what you had suggested. But i am facing a problem like whenever i am unchecking the checkbox its showing the validation error... -
3 Jan 2011 6:02 AM
- Replies
- 54
- Views
- 4,341
i am using EXT-Js 3.2.. How will i retreive param on the server side when the name param is same i.e id=1&id=2 and so on...
In server side will i need to create something as
@FormParam("id")... -
3 Jan 2011 3:57 AM
- Replies
- 54
- Views
- 4,341
i am doing like this:
var ids = [];
for (var i=0; i < devices.length; i++) {
var device = devices[i];
if(device.get('monitored')){
var idValue=device.get('key');
ids.push(idValue);
}
};
Results 1 to 25 of 47
