Search Type: Posts; User: symfony
Search: Search took 0.02 seconds.
-
30 Jun 2008 1:47 AM
- Replies
- 4
- Views
- 1,463
I've the same problem. Did you solved it already or are there any other suggestions?
tia. -
28 May 2008 4:40 AM
Jump to post Thread: disable editing in a PropertyGrid by symfony
- Replies
- 8
- Views
- 4,225
Thanks for your discussion. The last solution works perfect!
-
27 May 2008 6:32 AM
Jump to post Thread: disable editing in a PropertyGrid by symfony
- Replies
- 8
- Views
- 4,225
You mean the option 'clicksToEdit', or? I've tried this silly option already, but this didn't work :(..
-
27 May 2008 6:18 AM
Jump to post Thread: disable editing in a PropertyGrid by symfony
- Replies
- 8
- Views
- 4,225
I think, the title says everything.. Is it possible? I can't find the needed config option to diable editing :((
-
26 May 2008 3:44 AM
- Replies
- 3
- Views
- 840
I've the same problem! Are there any suggestions to this 'bug' or did you already fixed your problem?
-
17 Apr 2008 4:29 AM
- Replies
- 49
- Views
- 18,475
Is anybody here, who have the latest version?
-
16 Apr 2008 9:04 AM
- Replies
- 3
- Views
- 1,171
Hey,
did you both solved your problem? I've got the same strange behaviour.. -
15 Apr 2008 6:58 AM
- Replies
- 4
- Views
- 1,139
Update:
I've changed the adapter from the prototype to the ext-base and now everything works nice! Now I'm able to resume my work, but I think that's not the remedy of the problem :( -
15 Apr 2008 5:58 AM
- Replies
- 4
- Views
- 1,139
Hello,
I've a problem with normal File-Uploading. I've used two different tools, but with both I got the same error.. Now I've build my own uploader, but it fails at the same lines of code in... -
15 Apr 2008 1:42 AM
- Replies
- 2
- Views
- 786
Thanks, Animal, that's of course completly correct!
The only thing I'd to add, was
hiddenName : 'lang_key'. Stupid mistake by myself, but the 'name'-attribute is a little bit confusing ;) -
15 Apr 2008 1:04 AM
- Replies
- 2
- Views
- 786
I've tried both variantes of the formcombo-extending-tutorials (wow, what a word ;)) and in both cases I've the same malfunction. The valueField, which should be the ID of the language, is always...
-
11 Apr 2008 2:18 AM
Jump to post Thread: Creating a two line tbar by symfony
- Replies
- 5
- Views
- 2,742
I've got it! I've added to the Panel a listener, to load the toolbar once. This example should work out of the box:
listeners : {
activate : function(){
if(!this.toolbar) {... -
11 Apr 2008 1:40 AM
Jump to post Thread: Creating a two line tbar by symfony
- Replies
- 5
- Views
- 2,742
Thanks, but it doesn't seems to work proper.. The second toolbar was successfully created, but both are placed in one line. How can I place a line-break?
-
10 Apr 2008 4:17 AM
Jump to post Thread: Store loads not correctly by symfony
- Replies
- 7
- Views
- 1,179
Yes, of course, I know. In my case it made no sense, because the mistake was in a part of code that was no part of the extjs-part..
To keep the learning-effect in this thread, I'll post here an... -
10 Apr 2008 1:56 AM
Jump to post Thread: Creating a two line tbar by symfony
- Replies
- 5
- Views
- 2,742
Is it possible to create a tbar in a panel, which has two lines to fill with elements?
kind regards -
9 Apr 2008 5:49 AM
Jump to post Thread: Store loads not correctly by symfony
- Replies
- 7
- Views
- 1,179
Thanks a lot, I could figure out, what went wrong ;).. Thanks, that option for firebug is very pretty :)..
By the way, the error was coused by myself. The code, I've posted here is 100% correct.. -
9 Apr 2008 5:38 AM
Jump to post Thread: Store loads not correctly by symfony
- Replies
- 7
- Views
- 1,179
Sorry, but how can I use this option? I can't find any related article or thread.
-
9 Apr 2008 5:31 AM
Jump to post Thread: Store loads not correctly by symfony
- Replies
- 7
- Views
- 1,179
First of thanks for your help ;)..
I've extended the store already with following:
listeners : {
loadexception : {
fn : function(lala) {
console.log('exp');
... -
9 Apr 2008 5:14 AM
Jump to post Thread: Store loads not correctly by symfony
- Replies
- 7
- Views
- 1,179
Dear Guys,
I've a problem with the pagingtoolbar and the grid using one JSON-Store.
I've initialized a Storage like this:
store : new Ext.data.JsonStore({
url :... -
8 Apr 2008 7:08 AM
- Replies
- 2
- Views
- 1,797
Thanks for your reply.. I don't need a complete solution for managing my files, like the app you've suggested. I only need a panel, for example, which handels my fileupload . Of course I could do it...
-
8 Apr 2008 6:05 AM
- Replies
- 2
- Views
- 1,797
Hey,
I'm searching for an complete upload-solution.. I know there are many threads here about this topic, but every solution isn't yet finished or buggy. I use Ext 2.0, with a PHP-Backend. For... -
8 Apr 2008 2:29 AM
- Replies
- 82
- Views
- 54,971
Has anybody the same error, or solved it already? I'm using the latest ext-version, with the prototype-adapter.. I figured out, where the error comes from, but I can't imagine why it does :(..
... -
7 Apr 2008 4:57 AM
- Replies
- 1
- Views
- 796
I have different actions for 'click' and 'dblclick' in my dataview. Everything is fine, but everytime I'm clicking double on a node, the listener for 'click' fires besides the 'dblclick'. How can I...
-
31 Mar 2008 8:37 AM
Jump to post Thread: Saving tree state example by symfony
- Replies
- 28
- Views
- 21,113
Excellent, it works like a treat =D>
-
22 Feb 2008 1:15 AM
- Replies
- 15
- Views
- 5,445
Could you please explain how you've solved the problem? I've the same problem for saving an asyncron loaded tree. Thank you!
Results 1 to 25 of 36
