Search Type: Posts; User: andregufc
Search: Search took 0.02 seconds.
-
24 Apr 2012 5:22 AM
- Replies
- 16
- Views
- 9,201
Complete solution:
Ext.override(Ext.tree.TreeNode, {
clone: function() {
var atts = this.attributes;
if(this.childrenRendered || this.loaded ||... -
15 Jan 2010 3:06 AM
- Replies
- 5
- Views
- 2,501
THE SOLUTION:
var pasteEventoPendente=new Array();
pasteEventoPendente[0] = false;
// No evento onpaste este método é chamado
function on_editor_paste(evento, janela) {
// Variável... -
22 Dec 2009 8:43 AM
- Replies
- 5
- Views
- 2,501
nobody had the same problem?
-
21 Dec 2009 4:45 AM
- Replies
- 5
- Views
- 2,501
up
-
17 Dec 2009 4:42 AM
- Replies
- 5
- Views
- 2,501
anyone?
-
15 Dec 2009 7:36 AM
- Replies
- 5
- Views
- 2,501
i have a htmleditor with defaul text format (times new roman and 10 size), the htmledito also has the options to apply bold, italic and underline.
My problem is when a user copy the text from... -
8 Oct 2009 3:39 AM
- Replies
- 59
- Views
- 15,692
thanks a lot!
-
7 Oct 2009 4:43 AM
- Replies
- 59
- Views
- 15,692
I'm using ext 2.2 and found this error in firebug:
Date.parseDate(value + " " + this.initTime, format + " " + this.initTimeFormat, strict) is undefined
http://xxxxxx/public/js/overrides_date.js... -
12 Feb 2008 7:29 AM
- Replies
- 2
- Views
- 730
not work =(
-
12 Feb 2008 5:10 AM
- Replies
- 2
- Views
- 730
I have an iframe and in that iframe opens a grid. In js file that grid (which is linked the page that opens in the iframe) is the handleDelete () function which excludes the records selected .. How...
Results 1 to 10 of 10
