Search Type: Posts; User: archmisha
Search: Search took 0.02 seconds.
-
15 Apr 2012 2:29 AM
- Replies
- 2
- Views
- 1,329
Hi,
Any solution for this? I have the same issue. -
1 Apr 2012 9:55 PM
Jump to post Thread: Window / Dialog over iframe by archmisha
- Replies
- 0
- Views
- 529
Hi,
I have an iframe in my application and I need to be able to display error messages to the user.
When I try to use Dialog or Window I see only the buttons and the rest of the Window is behind... -
2 Sep 2009 8:12 AM
- Replies
- 0
- Views
- 664
Hi,
I am trying to make Ext.form.DisplayField to display hyper links.
{
xtype: 'displayfield',
name: 'myname',
fieldLabel: 'Url',
plugins: {
... -
30 Aug 2009 3:27 AM
Jump to post Thread: ComboBox and Unicode by archmisha
- Replies
- 2
- Views
- 1,311
problem is that if i dont encode at server side, then the received string as i see it in firebug is cut in the middle...
as i understand the unicode character might take more than 1 char size or... -
29 Aug 2009 8:16 AM
Jump to post Thread: ComboBox and Unicode by archmisha
- Replies
- 2
- Views
- 1,311
When i send unicode characters to combo box from server (hebrew in my case),
If i dont encode it into ascii, then the browser receives it wrong and wont display it in the combo box. When viewing in... -
24 Aug 2009 10:01 AM
Jump to post Thread: Ext.data.Api question by archmisha
- Replies
- 0
- Views
- 557
Is it possible to do the following:
new Ext.data.HttpProxy({
api: {
... -
15 Aug 2009 8:20 PM
- Replies
- 143
- Views
- 111,815
Thanks!! Works like a charm
-
14 Aug 2009 6:20 AM
Jump to post Thread: store as xtype by archmisha
- Replies
- 6
- Views
- 1,182
What are the advantages and the usages of Ext.StoreMgr?
I've never used it before.
And about my previous 2 case question, i wasnt asking only about stores, it about all kind of components. Store... -
14 Aug 2009 6:01 AM
Jump to post Thread: store as xtype by archmisha
- Replies
- 6
- Views
- 1,182
Thank you.
I was asking because as I understand the use of xtypes is good to postpone the creation of components until it is necessary.
But if i have some tab that got PagingToolbar, i must... -
14 Aug 2009 4:50 AM
Jump to post Thread: store as xtype by archmisha
- Replies
- 6
- Views
- 1,182
Seems Ext.grid.GridPanel can receive store as:
{
xtype: 'jsonstore',
.....
}
but Ext.PagingToolbar wont accept this, only as
Ext.data.JsonStore({....});
Am i right? -
14 Aug 2009 2:05 AM
- Replies
- 3
- Views
- 1,004
If i use afterrender event on the tabPanel
then
formPanel.child('.x-form-item')
finds nothing... I think they are not built yet -
14 Aug 2009 1:42 AM
- Replies
- 3
- Views
- 1,004
after render event of the tab panel?
-
13 Aug 2009 11:59 PM
- Replies
- 3
- Views
- 1,004
Hi,
I am trying to write a plugin for TabPanel, that highlights invalid tabs if the tab panel is in a form and isValid method of the form is called.
Problem is whatever events i try to add... -
11 Aug 2009 10:13 AM
Jump to post Thread: Tabs highlight by archmisha
- Replies
- 6
- Views
- 1,490
Wow it actually cool :)
I will stick with it :)
thanks Animal and Condor!
ps. Can it be ellipsis shape and not square? -
11 Aug 2009 10:02 AM
Jump to post Thread: Tabs highlight by archmisha
- Replies
- 6
- Views
- 1,490
Thanks.
I can successfully do what you both suggested.
My problem is that highlighting the text color is not visually sufficient for user experience, hence i wanted your advice about not only... -
10 Aug 2009 10:56 AM
Jump to post Thread: Ext.pluck Improved ! by archmisha
- Replies
- 5
- Views
- 2,741
Thanks :)
-
9 Aug 2009 8:41 PM
- Replies
- 5
- Views
- 2,739
Following is a modified code of examples\form\dynamic.js
Form 3 is the relevant one.
/*!
* Ext JS Library 3.0.0
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
*... -
9 Aug 2009 2:42 PM
Jump to post Thread: Ext.pluck Improved ! by archmisha
- Replies
- 5
- Views
- 2,741
I suggest the following improvement for the pluck function:
I am using it to extract ids from records list, giving prop = 'data.id'
Ext.pluck = function(arr, prop)
{
var oldPluck =... -
9 Aug 2009 12:45 PM
Jump to post Thread: feed viewer question by archmisha
- Replies
- 0
- Views
- 387
Hi,
Why in the feed viewer in onContextHide() and in onContextMenu() functions do we set the ctxNode to null every time?
this.ctxNode = null;
Isnt it just a pointer to some node in the tree?
... -
8 Aug 2009 7:19 AM
Jump to post Thread: Tabs & Forms by archmisha
- Replies
- 0
- Views
- 503
Hi, I'm lost.
I got a dialog.
Dialog got 2 tabs, save button, cancel button.
I wrapped the tab panel with form panel to be able easily to load data into the dialog and send using save button.
... -
8 Aug 2009 6:04 AM
Jump to post Thread: Tabs highlight by archmisha
- Replies
- 6
- Views
- 1,490
HI,
I got a dialog windows with several tabs.
Whenever save button is clicked i am validating all tabs, and dont let the user to save if any error is found.
Now i am thinking it would be nice to... -
7 Aug 2009 11:38 PM
Jump to post Thread: XTemplate - functions by archmisha
- Replies
- 5
- Views
- 1,876
Thanks Animal, i will search the forums for the delegate option.
Currently i am trying to get into the onclick event of the panel that i write my template into.
I am not seeing in the documentation... -
7 Aug 2009 11:14 PM
Jump to post Thread: XTemplate - functions by archmisha
- Replies
- 5
- Views
- 1,876
but then how i determine in the event function that the click was actuallu on the span and not on some other place of the enclosing component?
Maybe i should add id to the span and after calling... -
7 Aug 2009 1:48 PM
Jump to post Thread: XTemplate - functions by archmisha
- Replies
- 5
- Views
- 1,876
Hi,
suppose i am having template that got:
"<span onclick='this.myfunc()'>click me</span>"
I want to be able to point from the template to one of my functions in the component to bind the... -
7 Aug 2009 8:04 AM
- Replies
- 5
- Views
- 2,739
When setting the height attribute of the HtmlEditor to autoHeight (and not some static number).
Then the regular view is ok.
But when switching to source edit view, it gets crazy and takes height...
Results 1 to 25 of 120
