Search Type: Posts; User: caam
Search: Search took 0.02 seconds.
-
30 May 2008 2:28 AM
- Replies
- 2
- Views
- 9,864
Hi,
I load javascript file dynamically. The file is a extjs function. It builds a form.
I would like to build the form just after loading.
I use Ext.Updater.update to update my div. I... -
26 May 2008 6:05 AM
- Replies
- 3
- Views
- 1,608
That's great. It's work. The datastore is loaded and the content of the accordion change but ONLY when I resize it.
1./ So when I load the web page, the accordion menu is empty.
2./ When I... -
2 May 2008 1:21 AM
- Replies
- 0
- Views
- 1,574
Hello,
In my form I have
- 2 radio button : "program" and "now"
- 3 text fields : date, hour and min
By default, the "now" field is selected and the 3 text field are enabled.
... -
30 Apr 2008 9:55 AM
- Replies
- 28
- Views
- 25,084
It's great, I just copy and past your fix before Ext.onReady function and it's work.
Ext.override(Ext.form.Radio, {
onClick : function(){
if(this.el.dom.checked != this.checked){
... -
25 Apr 2008 6:28 AM
- Replies
- 2
- Views
- 847
Oki, thanks. I finally found.
So it is :
view.filter('MType',new RegExp("["+nivLog()+"]","i")); -
25 Apr 2008 4:08 AM
- Replies
- 2
- Views
- 847
Hi,
The second argument of filter method of JsonView accept a regular expression. The regular expression is not a string. It is not between quote.
Example :
pattern = /['0'|'1']/; //or... -
24 Apr 2008 5:59 AM
Jump to post Thread: How can I use filterBy of jsonview ? by caam
- Replies
- 0
- Views
- 775
Hi,
With a data store, it 's possible to filter. The second parameter of filterby is a function. This function receive 2 arguments : the record and the id. So it's easy with the record to select... -
18 Apr 2008 1:25 AM
Jump to post Thread: JsonView + Drag and Drop by caam
- Replies
- 2
- Views
- 1,009
Hi Eldavide,
I am not going to help but are you find documentation about JsonView ?
I couldn't find in the API 1.1
http://extjs.com/deploy/ext-1.1.1/docs/... -
17 Apr 2008 6:54 AM
Jump to post Thread: the enabled combobox are truncated by caam
- Replies
- 0
- Views
- 1,449
Hi,
When I disable a combobox with disabled:true config option , the arrows are always truncate.
So I think it's a bug...
With Firefox2, it's ok but not with Internet Explorer 6.
... -
7 Apr 2008 1:16 AM
- Replies
- 0
- Views
- 830
Hi
When the combobox are disabled, Internet Explorer 6 truncate arrows of combobox.
The disabled combobox :
http://img99.imageshack.us/img99/2733/disablegy3.jpg
The enabled combobox : -
28 Mar 2008 7:28 AM
- Replies
- 3
- Views
- 1,608
Dynamic accordion
Hi,
I would like to generate a dynamic accordion but I don't know how I can do.
At this moment :
1./ I build tree html
2./ I read with DOM javascript function -
27 Mar 2008 8:22 AM
- Replies
- 3
- Views
- 1,258
me too, I retrieve data from xml file but I have trouble to put into my combo box
js file :
var ds_type = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({
url: xmlfile.php
}),... -
4 Mar 2008 5:52 AM
- Replies
- 3
- Views
- 970
I created a new thread at 2:35pm. Then 3 minutes later !!!! you reply to me.
whaaaou ... Good performance ... =D>
and your answer work with IE ....
it's incredible...
hendricd, thank... -
4 Mar 2008 5:35 AM
- Replies
- 3
- Views
- 970
I have trouble with IE6 with a simple window. It work very well with Firefox.
I get the folowing error with IE6 :
My JS file : hello.js
Ext.onReady(function(){
var item = new... -
6 Feb 2008 8:42 AM
Jump to post Thread: Why i get Accordion without border ? by caam
- Replies
- 4
- Views
- 994
ok, so I create a panel in a panel
In the parent panel, i fixed the height.
It display nothing. Do i make a mistake ?
javascript file
Ext.onReady(function(){
new Ext.Panel({ -
6 Feb 2008 6:54 AM
Jump to post Thread: Why i get Accordion without border ? by caam
- Replies
- 4
- Views
- 994
Ok, thank you.
I could see the menu but
- it always without border
- the menu take full height of the display.
The Viewport cannot be rendered to any container other than document.body.... -
6 Feb 2008 2:22 AM
Jump to post Thread: Why i get Accordion without border ? by caam
- Replies
- 4
- Views
- 994
Hi everybody
I get a accordion but without border.
I tried with the example of : http://extjs.com/deploy/dev/docs/?class=Ext.layout.Accordion
and I added
- "renderTo: document.body"
-...
Results 1 to 17 of 17
