Search Type: Posts; User: franzisk
Search: Search took 0.02 seconds.
-
3 Oct 2007 1:32 AM
Jump to post Thread: Upgrading from 1.1 to 2.0 by franzisk
- Replies
- 10
- Views
- 2,177
Does Ext.BasicDialog is now called Class Ext.Window?
-
2 Oct 2007 1:04 PM
Jump to post Thread: Upgrading from 1.1 to 2.0 by franzisk
- Replies
- 10
- Views
- 2,177
Ok, I just hit my head against the wall 200 times, what can I do now to migrate my application? :D
Seriously, I had uploaded all the files and I gave up and put the old ones back. Now I will start... -
2 Oct 2007 10:43 AM
Jump to post Thread: Upgrading from 1.1 to 2.0 by franzisk
- Replies
- 10
- Views
- 2,177
I have lots of lots of forms, panels, grids, dialogs, etc, made with 1.1, is there anything *special* to do to upgrade to 2.0?
Thanks
PS.
Thank you all guys who had developed this wonderful... -
22 Aug 2007 4:06 AM
- Replies
- 3
- Views
- 1,343
Thank you very much my friend, yes yes yes, it worked, re the label and value being the same, yes I need them being the same, thank you veyr much, How silly me =D>
-
22 Aug 2007 3:27 AM
- Replies
- 3
- Views
- 1,343
Problem:
When I click on the arrow to show the List it shows the list but Up there on the left-top corner of the window, and when I select one of them the selected item does not appear selected in... -
21 Aug 2007 6:21 AM
Jump to post Thread: Issue setting value in TextArea by franzisk
- Replies
- 2
- Views
- 2,665
How can I put text with line-breaks in TextArea?
It always says "unterminated string literal" and show the first part of the text before the first \n
Let's say I have this in PHP:
$text =... -
16 Aug 2007 10:21 AM
- Replies
- 4
- Views
- 1,321
Thanks a lot fay;
All problems nearly solved.
Still on that subject:
In my grid the last *row* always appears showing less data than it really is, I mean part of the bottom (text, images, etc)... -
16 Aug 2007 8:41 AM
Jump to post Thread: Dynamicly creating Checkboxes by franzisk
- Replies
- 6
- Views
- 1,625
http://extjs.com/deploy/ext-1.1-beta1/docs/output/Ext.data.Store.html#each
The method .each on the Store takes the Record as the first parameter, so I am populating it right here:
var... -
16 Aug 2007 6:08 AM
- Replies
- 4
- Views
- 1,321
Ok, thanks
I also dont want the *select* thing in the row, in mine here it turns to blue and white colours.
That is when you click on the row I dont want it change the colours.
Thanks -
16 Aug 2007 5:16 AM
- Replies
- 4
- Views
- 1,321
I have this grid with a single column, and each row is a big and complex template (div, paragraph, table, img) and I dont want to show the column header.
How can I do that?
gridSearch = new... -
14 Aug 2007 1:03 AM
Jump to post Thread: Dynamicly creating Checkboxes by franzisk
- Replies
- 6
- Views
- 1,625
Actually I had solved this already, I hope you understando what I did.
Here is my solotion:
formOperators = new Ext.form.Form({
labelWidth:1,
buttonAlign: 'center',
name:'form-operators',... -
10 Aug 2007 8:47 AM
- Replies
- 4
- Views
- 3,739
Thanks a lot for your help, it makes total sense for me you code, but still didnt work, I am giving up from HtmlEditor in this form, I will come back to it later (considering all my others...
-
10 Aug 2007 5:21 AM
- Replies
- 4
- Views
- 3,739
I had done that already, but the persistent problem is regarding the HtmlEditor:
if(!updateEnabled){
var formItems = formProfile.items['items'];
for(i=0; i<formItems.length; i++){
element... -
10 Aug 2007 5:11 AM
Jump to post Thread: How to disable a HtmlEditor?? by franzisk
- Replies
- 2
- Views
- 1,009
Yes, I just downloaded the 1.1 but that didnt work for me either :-?, keep enabled the field.
Speaking about 1.1, what files do I need? There are so many.
I put the adapter folder and the... -
10 Aug 2007 5:03 AM
- Replies
- 0
- Views
- 584
I have this Ext.form.HtmlEditor field, when I click inside it I the this result in the Firebug.
It stops everything until I right-click and choose Continue
[CODE]fieldDscription = new... -
9 Aug 2007 11:53 AM
Jump to post Thread: How to disable a HtmlEditor?? by franzisk
- Replies
- 2
- Views
- 1,009
I havent get any replies here anymore, maybe the forum is disabled :)
Anyway, I need to know how to disable a HtmlEditor, this way I am trying it's not working:
fieldDscription = new... -
8 Aug 2007 2:33 PM
- Replies
- 4
- Views
- 3,739
I need to know how to disable all items in a Ext.form.Form, not the whole form, item by item, reason: depending on a certain situation I need to enable some items.
I have this form with 52 items:... -
3 Aug 2007 4:25 AM
Jump to post Thread: Grid showing only 1 row by franzisk
- Replies
- 1
- Views
- 668
I have this Grid beeing rendered in a body of a BasicDialog, the problem is that it's showing only one the second *record* in the DataStore.
What am I doing wrong?
I have lots of other grids... -
30 Jul 2007 5:02 AM
Jump to post Thread: Dynamicly creating Checkboxes by franzisk
- Replies
- 6
- Views
- 1,625
I need to know how to create/insert dynamic checkboxes fields in a form, the data come from a DS, so I have this:
formOperators = new Ext.form.Form({
labelWidth:80,
buttonAlign: 'center'... -
11 Jul 2007 8:10 AM
Jump to post Thread: Another one about Upload by franzisk
- Replies
- 32
- Views
- 8,396
You didnt show your submit action, but try another way to do it, I will show my code which is working perfectly (using PHP in server side) then you try it.
setupUploadWindow = function(){
... -
6 Jul 2007 5:53 AM
- Replies
- 0
- Views
- 795
I wonder if someone had a very very simple (and commented) example of using drag-and-drop, like dragging from a JsonView and dropping in any other component.
I used to use Scriptaculous to do that... -
5 Jul 2007 12:11 PM
Jump to post Thread: Help Needed in DD (Newbie) by franzisk
- Replies
- 0
- Views
- 630
I have a JsonView that loads images, I want to drag them (the pictures) and drop inside a HtmlEditor field, and when do that I want the url of the image file be inserted in the field.
My JsonView:... -
4 Jul 2007 12:36 PM
- Replies
- 0
- Views
- 726
I have this editable column with a rendered checkbox, I want when clicked and checked/unchecked to fire a function to loop thruout the grid rows and check if at least one of those column/row is...
-
4 Jul 2007 9:25 AM
- Replies
- 2
- Views
- 856
Solved, thanks a lot
var toggleCheckMessages = function(){
total = dsSupport.data.getCount();
for(i=0; i<total; i++){
checked = dsSupport.getAt(i).get('checked') ? false : true;
record =... -
4 Jul 2007 6:05 AM
- Replies
- 2
- Views
- 856
I have an editable column in my grid.
I need when a button is clicked check/uncheck that column, which has in the dataIndex a boolean value and it is rendered as shown below:
{
header:...
Results 1 to 25 of 120
