Search Type: Posts; User: damsfx
Search: Search took 0.02 seconds.
-
14 Apr 2011 12:16 AM
- Replies
- 836
- Views
- 308,026
U can download the complete files working for Extjs 3.x @http://subversion.assembla.com/svn/cUpdFUAIer35s0eJe5cbLr/trunk/filetreesample/ see piyushjain7 post on page 20.
-
9 Mar 2010 8:10 AM
Jump to post Thread: CKEditor Extension by damsfx
- Replies
- 39
- Views
- 38,894
getRawValue : function(){
CKEDITOR.instances[this.id].updateElement();
return Ext.form.TextArea.superclass.getRawValue(this);
}
Return an error if CKeditor field is rendered in a... -
16 Feb 2010 9:47 AM
- Replies
- 13
- Views
- 4,774
Anyway to load it on show ??
-
12 Jan 2010 9:10 AM
Jump to post Thread: TabPanel Width in 3.1 by damsfx
- Replies
- 0
- Views
- 431
Hi all,
I just migrate some script from 3.0.0 to 3.1.0 and I meet some problems.
I just want a tabpanel to be 90% of the width of my HTML element witch is render to.
My tabpanel have a normal... -
7 May 2009 4:40 AM
- Replies
- 85
- Views
- 61,231
Any good news ?? :)
-
25 Nov 2008 5:29 PM
- Replies
- 218
- Views
- 94,341
var UploadPanel = new Ext.ux.SwfUploadPanel({
id: 'MyUploadPanel'
, file_types: '*.jpg;*.jpeg;*.gif;*.png;*.pdf'
, file_types_description: 'Images / Pdf'
...
}); -
26 Sep 2008 12:12 AM
- Replies
- 116
- Views
- 52,815
Thank's a lot Jozef ... yesterday I was too tired to do anything !
I-|
The only think that I can't do is to use the "Get" method ... adding (#fieldname) in url break the querystring. -
25 Sep 2008 8:51 AM
- Replies
- 116
- Views
- 52,815
"Ext.ux.form is undefined" when using the successor of RemoteValidator.
:-? -
8 Jul 2008 2:13 AM
- Replies
- 218
- Views
- 94,341
Well SwfUploadPanel 0.4 work fine with SwfUpload 2.1.0.
no need to update except for new features of SwfUpload. -
11 Apr 2008 12:30 AM
Jump to post Thread: MOVE node into another node by damsfx
- Replies
- 11
- Views
- 3,199
Ext.override(Ext.tree.TreeDropZone, {
isValidDropPoint: function(n, pt, dd, e, data)
{
if(!n || !data){ return false; }
var targetNode = n.node;
var dropNode = data.node;
... -
9 Apr 2008 7:54 AM
Jump to post Thread: MOVE node into another node by damsfx
- Replies
- 11
- Views
- 3,199
Thank's a lot Dj for the spend time on this topic =D>
Will try to do it.
I'm just surprised ... nobody need this before !?
IMHO it's the base of DD in tree.
@Gordon25 ... I-| Wake Up ! :) -
9 Apr 2008 7:03 AM
Jump to post Thread: MOVE node into another node by damsfx
- Replies
- 11
- Views
- 3,199
Agreeeeeeeeeed !!
What to do ... adding drop event to remove the class ??! :-?
Maybe there's a more simple way to have leaf nodes accepting DD for childs.
I think I need a ~o) -
9 Apr 2008 5:42 AM
Jump to post Thread: MOVE node into another node by damsfx
- Replies
- 11
- Views
- 3,199
Hi, Dj
Adding a class is not the solution ... the node is displayed as a leaf, but
still arrows or plus/minus present before.
When dragging another node into ... don't become a real branch.
... -
8 Apr 2008 8:04 AM
Jump to post Thread: MOVE node into another node by damsfx
- Replies
- 11
- Views
- 3,199
Consider a leaf node in the first render of the tree.
1 - Just rendering :
.attributes.leaf : true
.leaf : true
2 - If I add a node on it :
.attributes.leaf : true
.leaf : false (that's right... -
5 Mar 2008 4:25 PM
- Replies
- 218
- Views
- 94,341
Are you using a different browser than IE ??
This is a known issue in the Flash Player.
Flash Player send IE cookies even if you are using another browser. -
20 Feb 2008 7:32 AM
- Replies
- 218
- Views
- 94,341
I think your link is
https://svn2.hosted-projects.com/mikegiddens/extjs_ux/swfuploader/tags/0.4/ ;) -
12 Feb 2008 8:00 AM
- Replies
- 3
- Views
- 2,145
Is somebody get it work with the last stable version of Ext : 2.0.1 ??
I am very interested by this type of field for forms, but I am surprised that it is not an valid xtype component yet.
Some... -
31 Jan 2008 5:50 PM
- Replies
- 3
- Views
- 2,138
Thank's for replying, but it don't work.
Had to set the width property with setWidh() method. -
23 Jan 2008 3:55 AM
- Replies
- 3
- Views
- 2,138
Well,
I have an accordion component with Items defined with "autoLoad" object ({url:'myScript.html',scripts:true, method:'GET'}).
That's work great.
All panel correctly loaded and rendered... -
22 Jan 2008 8:01 AM
- Replies
- 85
- Views
- 61,231
Thank's a a lot Gregory.
I'm still getting an error on this line :
Ext.getCmp(editorInstance.Name).MyisLoaded=true;
Ext.getCmp(editorInstance.Name) has no properties
But the value is... -
15 Jan 2008 9:10 AM
- Replies
- 85
- Views
- 61,231
Any example for that ?
I'm still getting an error when trying to set the default value of the editor. -
10 Jan 2008 2:02 AM
- Replies
- 85
- Views
- 61,231
DjLiquidIce modified version ... use an object for entire configuration.
Can now overload entire Config options of FckEditor.
<script type="text/javascript">
var oFCKeditorOptions = {... -
11 Oct 2007 8:10 AM
Jump to post Thread: Auto converting HTML forms by damsfx
- Replies
- 2
- Views
- 1,440
Hi, I've done a lot of tests and have finally the beginning of a solution.
Extjs version : 1.1
// <![CDATA[
function ExtThisForm( formId , options ){
if(options.ajaxSubmit==false){
//... -
9 Oct 2007 3:02 AM
- Replies
- 7
- Views
- 2,329
Example = function(){
var myGrid;
var myDataStore = new Ext.data.Store({
...
});
var myColumnModel = new Ext.grid.ColumnModel([{
...
]);
return { -
25 Jul 2007 7:33 AM
- Replies
- 5
- Views
- 3,072
"HTML form's 'elements' collection" do you mean with form_element.getValues() ??
Can you please give an example ?
Is Ext.get('element_id') and Ext.DomQuery.selectNode("*[name='element_name']")...
Results 1 to 25 of 26
