Search Type: Posts; User: nbinder
Search: Search took 0.02 seconds.
-
8 Oct 2008 7:29 AM
Jump to post Thread: Ext.form.Field.getInputType() ? by nbinder
- Replies
- 10
- Views
- 1,542
Yes of course a background image... but the background of an element ;)
The weird thing is inside the x-form-item, but then isn't inside one of its children. My conclusion: Must be the... -
8 Oct 2008 6:51 AM
Jump to post Thread: Ext.form.Field.getInputType() ? by nbinder
- Replies
- 10
- Views
- 1,542
I switched to FileUploadField (and yes, I did use the css) and the same strage graphics appear on the right side. I tried to find out with firebug which element this might be, but... very strange.......
-
7 Oct 2008 7:02 AM
Jump to post Thread: Ext.form.Field.getInputType() ? by nbinder
- Replies
- 10
- Views
- 1,542
I used ext-all.css.... I don't have a file-upload.css!
-
7 Oct 2008 6:47 AM
Jump to post Thread: Ext.form.Field.getInputType() ? by nbinder
- Replies
- 10
- Views
- 1,542
One last thing (not really related to this topic):
I don't know if this is OS X related, but I get some kind of a weird graphics bug on the right side of file input fields:
... -
7 Oct 2008 6:41 AM
Jump to post Thread: Ext.form.Field.getInputType() ? by nbinder
- Replies
- 10
- Views
- 1,542
Sorry... stupid. I can directly access the myfield.InputType property. I first thought this is impossible (as there are good reasons to have getter and setter methods).
Thanks again. Hopefully the... -
7 Oct 2008 6:27 AM
Jump to post Thread: Ext.form.Field.getInputType() ? by nbinder
- Replies
- 10
- Views
- 1,542
Is there a way to get the Input Type of a Field?
Reason: I get an error if I try to set the value of a Field with InputType:'file'. The only way to differ between file fields and input fields in... -
7 Oct 2008 2:27 AM
- Replies
- 22
- Views
- 4,036
Oops, I didn't see the post conerning that. :">
I'm fine now (hopefully...:D)
Thank you all very much. -
7 Oct 2008 2:24 AM
Jump to post Thread: Create Form Fields on the fly by nbinder
- Replies
- 22
- Views
- 4,036
Really? Seems to me they are deleted automaticly, because even though I created some fields, then deleted again and repeated that for several times, the form didn't contain the old ones. The post...
-
6 Oct 2008 6:21 AM
Jump to post Thread: Create Form Fields on the fly by nbinder
- Replies
- 22
- Views
- 4,036
Really? I did it this way:
I have an array containing all form fields. To delete all fields of that array I simply do the following:
if (form_fields) {
for each (var f in form_fields) {... -
6 Oct 2008 6:19 AM
Jump to post Thread: Create Form Fields on the fly by nbinder
- Replies
- 22
- Views
- 4,036
Thank you very very much. I knew this was an easy one.
I built a dynamic form with it (plus some javascript array handling stuff around it), works like a charm. :D -
6 Oct 2008 4:58 AM
Jump to post Thread: Create Form Fields on the fly by nbinder
- Replies
- 22
- Views
- 4,036
Exactly what I don't want to do (as I said in my posting) ;)
Thank you for the hint to the bug, can you tell me how to add a field? A short code snippet? That would be great... -
6 Oct 2008 4:29 AM
Jump to post Thread: Create Form Fields on the fly by nbinder
- Replies
- 22
- Views
- 4,036
Hi,
I am a bit stuck at the following point: I want to create form fields on the fly... there is a select box in the form and depending on the selected item the form should contain 2 textfields,... -
11 Jun 2008 1:53 AM
Jump to post Thread: Howto stretch canvas? by nbinder
- Replies
- 0
- Views
- 634
Does anybody know a way to make a canvas fit into a component?
<div id="canvas-panel" width="100%" height="100%"><canvas id="canvas1"width="100%" height="100%"></canvas></div>
...
items:[{... -
12 May 2008 7:51 AM
Jump to post Thread: Viewport inside Tabpanel...? by nbinder
- Replies
- 12
- Views
- 1,915
Thank you (both of you).
I found the example, does exactly what I was about to do. Must be rather new... never seen that :">
If anyone is searching it:... -
12 May 2008 3:04 AM
Jump to post Thread: Viewport inside Tabpanel...? by nbinder
- Replies
- 12
- Views
- 1,915
Are there any other ideas how to create a border layout inside a tab? I would really need it 8-|
-
10 May 2008 7:41 PM
Jump to post Thread: Viewport inside Tabpanel...? by nbinder
- Replies
- 12
- Views
- 1,915
According to the API Docs and the examples it is ActiveTab (plus ActiveItem doesn't work either).
My guess is that somehow the render method isn't called (my only explanation why the DOM doesn't... -
10 May 2008 11:23 AM
Jump to post Thread: Viewport inside Tabpanel...? by nbinder
- Replies
- 12
- Views
- 1,915
I replaced tree and categories with minimal regions to avoid making a mistake in them. Current code is now:
var structure_tab = new Ext.Panel({
title: 'Structure',
... -
10 May 2008 11:03 AM
Jump to post Thread: Viewport inside Tabpanel...? by nbinder
- Replies
- 12
- Views
- 1,915
Thank you, that was what I was looking for.
I tried your code, but now it doesn't render anything, the tab with the panel is just white. My first thought was that the height was missing, but that... -
10 May 2008 9:58 AM
Jump to post Thread: Viewport inside Tabpanel...? by nbinder
- Replies
- 12
- Views
- 1,915
Perhaps this helps to understand what I am trying to do:
var tree = .... // simple tree component
var categories = ..... // simple other component
var structure_tab = new... -
10 May 2008 9:39 AM
Jump to post Thread: Viewport inside Tabpanel...? by nbinder
- Replies
- 12
- Views
- 1,915
Please don't reply that this is not possible - I know.
What I am trying to do is the following:
The topmost compoenent is a tabpanel, one of the tabs should have something like the viewport in... -
11 Nov 2007 4:02 AM
- Replies
- 4
- Views
- 1,278
Please delete this thread, just found it in the FAQ
:">:s -
11 Nov 2007 3:58 AM
- Replies
- 4
- Views
- 1,278
Hi,
I am looking for a way to highlight a row (add a class to the row) depending on the value of one of the cells. Right now, I am here:
renderer: function(data, cell, record, rowIndex,... -
5 Nov 2007 3:16 AM
Jump to post Thread: Changing the buttons in FormPanel by nbinder
- Replies
- 1
- Views
- 794
Noone ever experienced that?
In Ext1, the scenario worked fine, in Ext2 it does not... leaving me clueless why... -
4 Nov 2007 10:31 AM
Jump to post Thread: Changing the buttons in FormPanel by nbinder
- Replies
- 1
- Views
- 794
Hi, I tried to change the buttons (text, handler) of a Form Panel using the following way:
var btn1 = new Ext.Button({text: 'btn1', handler: doSomething});
var btn2 = new Ext.Button({text:... -
23 Oct 2007 3:24 AM
- Replies
- 2
- Views
- 1,183
Just one minute later i found a pointer the autoFill problem:
The grid is on the second tab which is not visible at create time. If I move it to the first, autoFill works fine. As I want to keep...
Results 1 to 25 of 71
