Tagged Questions

0
votes
4answers
20 views

How to use Ext JS for role based application

Hi all, I am planning to use Ext JS for a large application. The application's features are role based. When user login, they only see menu and screen features related to them. My …
0
votes
1answer
15 views

Save the state of Collapse/Expand Groups in Grid Panel in ExtJS

Hi, Iam working on a grid Panel.Iam using a grouping store in the grid panel.I wanted to save the state of groups (expanded /Collapsed states) in grid panel. Is there a way to sa …
1
vote
2answers
34 views

Dynamically adding a TabPanel to a Panel Region.

I have a Panel layout with a TreePanel in one region. A user clicks on an node in the tree and a TabPanel should be displayed in another region with information, editing tools etc …
0
votes
1answer
31 views

ExtJs: Attaching form fields to in-memory objects

I'm not understanding some key bit of ExtJs idiom so this question is about guiding me towards that. I think I'm trying to use ExtJs in the wrong way. I'm writing an application w …
0
votes
1answer
30 views

I need help on Ext Js license

I need an advice from an expert of licenses because i've never understand anything about licenses:). I want to build a free web application and i've chosen Ext Js to do this, but …
0
votes
0answers
23 views

ExtJS: Ext.formHtmlEditor and Firefox: scrollbar appears when large negative vertical anchor value is set

When I create HtmlEditor on a form and assign it's anchor value large negative number there appears absolutely unnecessary vertical scrollbar. Hot to get rid of it? If I resize Ext …
0
votes
4answers
76 views

Need help to modify this complex regular expression

Hi, I am using ExtJS. One of the textfield made with ExtJS component should allow comma separated number/opeator strings (3 similar examples) like 1, 2-3, 4..5, <6, <=7, > …
0
votes
2answers
40 views

How to embed Json result within Extjs Panel?

Hi, I have some issues with Json result and embed it within the html of the Extjs Panel. Here's that I have managed to get so far. myPanel is embedded within a mainPanel, and I h …
0
votes
3answers
38 views

Ajax data update. Extjs

hi there I need to keep certain data ( in a grid) up to date and was gonna do a poll to the server every 15 seocnds or so to get the data and refresh the grid, however it feels a …
0
votes
2answers
32 views

How to update Extjs Progress Bar with JSON results?

Hi, I am facing some difficulties in getting my progress bar to retrieve its progress from Json results and update the progress bar based on the timer check of every 10 seconds. …
0
votes
1answer
96 views

How to get Radio button values through submit form via Extjs BoxComponent?

Hi, I am having some difficulties in making a form submission via a boxcomponent. I am using the boxComponent as I have customized button image, and strangely the transparency onl …
1
vote
2answers
17 views

ext js - Getting child editorGrid types in a FormPanel

Hi, Inside my extjs FormPanel, i have several editor grids. I don't know what the Id's of these grids are, so i cant use Ext.getCmp. so what is the best way to say 'Get all the 'ed …
0
votes
2answers
53 views

Better way to call superclass method in ExtJS

All the ExtJS documentation and examples I have read suggest calling superclass methods like this: MyApp.MyPanel = Ext.extend(Ext.Panel, { initComponent: function() { // do …
0
votes
3answers
95 views

ExtJS: Automatically resize form fields on window resize

I've created Ext.Window with some Ext.form fields inside. But when I resize window form elements still have initial width and height. Is it required explicitly resize form fields …
0
votes
2answers
58 views

Extjs gridpanel doesn’t expand horizontally within a tabPanel

Each of my 3 Extjs gridpanels do not expand horizontally within a tabPanel. The each grid's properties: id: grid_id, ds: ds, cm: cm, loadMask: true, view: …

1 2 3 4 5 17 next
15 30 50 per page