Search Type: Posts; User: dme69
Search: Search took 0.02 seconds.
-
19 Oct 2010 11:47 PM
- Replies
- 3
- Views
- 1,003
Hello,
Well nobody could help me ;-(
That's not a problem i can understand.
After some big search, i found this and this is the solution for me :
// Add a filter function to CompositeElement... -
19 Oct 2010 6:38 AM
- Replies
- 3
- Views
- 1,003
Someone help me to do it with jquery. Can someone help me here with ext-core ?
here is the code with jquery :
i = 0;
$("body").contents().filter(function() {
return this.nodeType == 3; //... -
19 Oct 2010 5:10 AM
- Replies
- 3
- Views
- 1,003
I'm sad, nobody can't help me. ;-(
Maybe i'm not clear for what i want to do ?
To solve my problem i'm working on how works the dom traversal. I mean, i want to "read" the body line by line and... -
18 Oct 2010 11:45 AM
- Replies
- 3
- Views
- 1,003
Hello all,
I tried many things but i'm asking for your help because i'm doing stupid things now !
here is what i want to do. I want to transform a html file (i'm not composing) to another. I want... -
10 May 2010 7:16 AM
- Replies
- 1
- Views
- 716
Hello all,
I forgot to post the solution for my problem. Oops ...
Here is the code :
Ext.extend(Ext.form.TriggerField, {
initComponent: function() {
Ext.apply(this, {
... -
27 Apr 2010 7:28 AM
- Replies
- 1
- Views
- 716
I have created (with many help of "Animal" and some others) a class which extend the triggerfield. I want to have a triggerfield with form and the result in the field is the combination of 3 others...
-
27 Apr 2010 7:20 AM
- Replies
- 8
- Views
- 1,381
A big thanks to you for your help.
You solved one of my problems.
:)
I'm going to open a new thread because my other big issue is about using my class inside a grid ...
But thanks again.... -
27 Apr 2010 6:49 AM
- Replies
- 8
- Views
- 1,381
yes but ...
:(
I'm sorry i really don't want to ask stupid questions here. I promise I'm "working" on this for a long time now. I'm just not thinking in the "good" way. I must improve myself in OO... -
27 Apr 2010 5:59 AM
- Replies
- 8
- Views
- 1,381
OK. I have made some things ....
It's working best but ... not completely and i'm closed to hate Extjs !
... Well I hate me first because it is surely my fault :(
What i have done is working... -
26 Apr 2010 12:34 PM
- Replies
- 8
- Views
- 1,381
Thank you for this answer.
I just tried :
- ignoreParentClicks does not seem to work ?
- Can you help for the listener. I just add an onSelect event. It is launched but how to show my menu again ?... -
26 Apr 2010 6:54 AM
- Replies
- 8
- Views
- 1,381
Hello again,
I'm still having issues with triggerField and I still need help. :)
I'm trying simple things : 1 textfield (with trigger) + a menu with 2 fields (combo) and 1 btn.
I want to combine... -
26 Apr 2010 1:48 AM
- Replies
- 2
- Views
- 725
I can't understand why my field is not set with the good value (from menu) ?
Please help. :)
new Ext.form.TriggerField({
onTriggerClick: function(e) {
... -
23 Apr 2010 10:35 AM
- Replies
- 2
- Views
- 725
No answer ... :(
Is it because i'm not clear ?
If someone has some time to loose and can help me it would be so cool !
But it's not a big problem if nobody can help me. I can understand (yes. I... -
23 Apr 2010 3:47 AM
- Replies
- 2
- Views
- 725
Hello,
I need some help because it's going to make me crazy ! :)
In a datagrid I want to have a triggerField that display a kind of form. I tried many things and i found it could be good to use a... -
7 Apr 2010 12:58 AM
- Replies
- 6
- Views
- 993
Thanks.
I'm going to try because i'm loosing my health (not sure the expression is good) by trying to adapt datepicker !
:) -
6 Apr 2010 11:29 PM
- Replies
- 6
- Views
- 993
:(
It's too hard for me.
I'm not good enough ...
If someone has done something similar ? -
6 Apr 2010 5:55 AM
- Replies
- 6
- Views
- 993
Thanks for your answer.
The bad news inside this answer is that you think it won't be easy and you are a master ... Just imagine how hard it's going to be for me ... :)
I'm going to look at his.... -
6 Apr 2010 5:06 AM
- Replies
- 6
- Views
- 993
I know my question is not following the good rules for this kind of forum but can someone try to help me. I really don't understand how to do that. I tried many things all this morning and now i'm...
-
4 Apr 2010 4:13 AM
- Replies
- 6
- Views
- 993
Hello everybody,
I spent 1 day searching how to do this simple thing. My knowlegde in Object and javascript is so poor !
Well, I want to to have a grid with a field that use TriggerField to open... -
5 Apr 2009 1:51 AM
- Replies
- 2
- Views
- 1,422
Thank you for your reply and sorry to answer so late ...
I wasn't clear when i explained my isuue : What I don't know is how to put my widgets in a column layout with json. Not really in which... -
30 Mar 2009 12:42 AM
- Replies
- 2
- Views
- 1,422
Hello all,
Sorry to ask a stupid question but I'm trying to a add widgets (items) to a colum layout. I'm working with the example column.html.
I don't understand how to add different widgets... -
31 Jan 2009 6:18 AM
- Replies
- 7
- Views
- 959
Thank you for your help. I'm going to search again. I hate myself when i do not understand what i do ! But I will learn !
Thanks again.
Dominique. -
31 Jan 2009 5:54 AM
- Replies
- 7
- Views
- 959
One day I will work on my english too ;-)
There is nothing in my code as I'm lost in how to do the job :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML... -
31 Jan 2009 5:18 AM
- Replies
- 7
- Views
- 959
:-(
Sorry.
here is my code in the html file :
<script type="text/javascript" charset="utf-8">
Ext.onReady(function(){
var interface = new MyInterface({});
var tabs = new... -
31 Jan 2009 4:14 AM
- Replies
- 7
- Views
- 959
Hello all,
Sorry for asking this kind of questions but i have some difficulties to find the solutions(But I work on ! )
I want to make a general application with a complex layout. I want to...
Results 1 to 25 of 26
