Search Type: Posts; User: jlimaye
Search: Search took 0.02 seconds.
-
20 Mar 2012 5:06 AM
- Replies
- 1
- Views
- 202
Hi,
I'm having my multi-level menu like below. Im receiving the data from server and adding it to the items of my Menu.
var filterData = [
{
text: 'Defined Searches',
... -
16 Mar 2012 11:26 PM
Jump to post Thread: Multi-level combobox is possible? by jlimaye
- Replies
- 5
- Views
- 926
ya, I got the point. I studied the documentation.. N i was able to use menus to achieve multi-level. I wanted that in a combobox but Im happy with menu. Thanks for helping out.
-
14 Mar 2012 12:09 AM
Jump to post Thread: Multi-level combobox is possible? by jlimaye
- Replies
- 5
- Views
- 926
Sorry for double posting. I forgot I had posted it. well, I will post the code I did..
Ext.create('Ext.menu.Menu', {
width: 100,
height: 100,
margin: '0 0 10 0',
floating:... -
13 Mar 2012 4:09 AM
Jump to post Thread: Multi-level combobox is possible? by jlimaye
- Replies
- 5
- Views
- 926
Hi,
Im trying to achieve multi-level (not using tree approach) combobox in Ext Js. So far, I haven't found anything. I want the combobox to look like this - 32682
How can I achieve that? Tried menu... -
12 Mar 2012 6:21 AM
Jump to post Thread: multi-level combobox possible?? by jlimaye
- Replies
- 4
- Views
- 1,427
While checking out, I came across 'Ext.ux.grid.menu.ListMenu' . Can I use this for my multi-level menu?? Didnt get to see an example of this. Where can Iget a sample of this?
-
12 Mar 2012 3:31 AM
Jump to post Thread: multi-level combobox possible?? by jlimaye
- Replies
- 4
- Views
- 1,427
Hi,
I tried the tree approach earlier but I need something like this -
32620
This is what Im searching for. I couldnt find anything, is this possible?? How can I do that?? -
12 Mar 2012 1:27 AM
Jump to post Thread: multi-level combobox possible?? by jlimaye
- Replies
- 4
- Views
- 1,427
Im trying to have a combobox in my viewport which contains, say 2/3 level list. I can select the leaf entry and on select I execute my logic. How can I get a combobox like that?
-
10 Mar 2012 12:36 AM
Jump to post Thread: dataStore link not working by jlimaye
- Replies
- 2
- Views
- 303
so, i just need to create a gridpanel and check how it looks??
-
10 Mar 2012 12:10 AM
Jump to post Thread: dataStore link not working by jlimaye
- Replies
- 2
- Views
- 303
Hi,
Im trying to see online example of sorting, filtering, grouping of data through dataStore on http://docs.sencha.com/ext-js/4-0/guides/data/examples/sorting_grouping_filtering_store/index.html... -
8 Mar 2012 9:27 PM
- Replies
- 3
- Views
- 987
Any sample that I can refer?? Im very new to ext js..
-
8 Mar 2012 9:19 PM
Jump to post Thread: How to use getActiveTabs method? by jlimaye
- Replies
- 4
- Views
- 877
Oops, sorry.. i meant getActiveTab().
Actually, I want to execute something when I click on a certain tab in tabpanel. How can I do that?? what event should I use?? -
8 Mar 2012 4:04 AM
Jump to post Thread: How to use getActiveTabs method? by jlimaye
- Replies
- 4
- Views
- 877
Hi,
Im creating tabpanel but where to use the getActiveTabs method? I don't see any select event where I select a tab and accordingly get particular tab and do something. -
8 Mar 2012 4:00 AM
- Replies
- 3
- Views
- 987
Hi,
Im using Ext Calendar and Bryntum Scheduler components and using Ext.DatePicker to navigate both components. Just like Microsoft Outlook, I want the datepicker to highlight the day/week/month... -
7 Mar 2012 1:52 AM
- Replies
- 3
- Views
- 763
Hi,
Im trying to insert buttons into header of tabpanel but didnt find anything that can help me do that. tbar creates a new bar below the tabs and puts buttons on it. Attached screenshot.... -
7 Mar 2012 1:23 AM
- Replies
- 1
- Views
- 673
Hi,
I have accordion in viewport on west region like
var accordionPanel = new Ext.Panel({
region:'west',
flex:1,
width: 178,
layout:'accordion',
... -
6 Mar 2012 10:25 PM
- Replies
- 2
- Views
- 542
thanks.. working now! :)
-
6 Mar 2012 3:00 AM
- Replies
- 2
- Views
- 542
Here is sample code that i tried to run for tooltip. Im unable to see the tooltip here.
Ext.create('Ext.tab.Panel', {
width: 400,
height: 400,
renderTo: document.body,
items:... -
1 Mar 2012 3:31 AM
Jump to post Thread: 508 Compliance by jlimaye
- Replies
- 2
- Views
- 633
Hi,
We need to know how Ext JS 4 is compliant with 508 compliance. If we have provide support for accessibility then what all precautions or code as a developer need to write to make the product... -
27 Feb 2012 9:09 PM
- Replies
- 1
- Views
- 397
Hi,
I have a datepicker in viewport which gets distorted when I resize the browser. It was not happening before but now I don't think, I have done anything to make it distorted. Attaching... -
27 Feb 2012 3:53 AM
- Replies
- 1
- Views
- 560
Hi,
Im trying to get a scrollbar in accordion panels by setting property of parent as autoScroll:true. But still, Im not able to see the scrollbar and the content is getting cropped.
var... -
3 Feb 2012 1:26 AM
- Replies
- 18
- Views
- 1,699
thanks a lot!!!! got it.
-
3 Feb 2012 1:19 AM
- Replies
- 18
- Views
- 1,699
Cleared my cache. Still, bryntum example gave me a firbug error 404 for 'get-data.js'. Thats why the sample is not working. Also I saw old tree.js where flightStore is entered directly.
-
3 Feb 2012 1:09 AM
- Replies
- 18
- Views
- 1,699
Nope. I see the earlier sample where json data is entered directly into flightStore.
Im using the event-data.js file as
{
data :
[
{
ResourceId: 1000, -
3 Feb 2012 1:01 AM
- Replies
- 18
- Views
- 1,699
Hi, Im not able to view the sample data in your example. Shall I download the trial version pack again to get the updated sample of tree? I can only see tree.js and no other source files.
Thanks. -
3 Feb 2012 12:48 AM
- Replies
- 18
- Views
- 1,699
I have to carry out a requirement like :
1. I have a dataStore already selected for scheduler.
2. on button click, I want to switch the dataStore to some other dataStore to display different data....
Results 1 to 25 of 40
