-
4 Mar 2008 2:03 PM #11
Ok, I kinda figured out the toolbars now, by adding a new element to the panel I want the toolbar in and changing the xtype to toolbar. Still having an issue when trying to create a menu.
Also, is it possible to set widths and heights that are non-pixel? In my application I have a border layout with West and Center having a width of 50%. Is this something that could be implemented into this?------------
Brandon
-
4 Mar 2008 2:23 PM #12
Yes, but not with a border layout.
For this I use an AbsoluteLayout :
http://extjs.com/forum/showthread.ph...429#post109429
-
4 Mar 2008 2:47 PM #13franckxxGuest
aie aie !!!
Grid and Tree Support.....ARG, so COOL !
I ge to test it immediately !!
THX for your SPEED 1.3 h
-
4 Mar 2008 9:40 PM #14
On a panel you should be able to use tbar as an option and therefor don't have to play with xtype. (You first option) Menubar i have to look at because i never created one with the designer yet.
Note: Version 1.2 had problems with the javascript for tbar, has been fixed in version 1.3
For Height en Width i will change the type support so that it can be a precentage.
Sierk
-
5 Mar 2008 1:49 AM #15
This might seem insignificant, but would be very useful, could you include a "Copy JSON" button, so you don't have to click on edit, highlight all, copy, close?
This tool has saved me sooo much time, I love it!
-
5 Mar 2008 3:01 AM #16
-
7 Mar 2008 10:36 AM #17
So how in the heck do you save work-in-process?
So how in the heck do you save work-in-process?
Ok, I give up.. how do you save / load work-in-process so you can pick up the design process where you left off?
-
10 Mar 2008 7:05 AM #18
Bug when create table layout
Bug when create table layout
Try to create Table layout 3 column and 2 rows and results:
but must be:Code:{ layout:"table", layoutConfig:/*BEGIN*/{ columns:3 }/*END*/, defaults:/*BEGIN*/{ }/*END*/, items:[{ html:"col 0, row 0" },{ html:"col 0, row 1" },{ html:"col 1, row 0" },{ html:"col 1, row 1" },{ html:"col 2, row 0" },{ html:"col 2, row 1" }] }
Code:{ layout:"table", layoutConfig:/*BEGIN*/{ columns:3 }/*END*/, defaults:/*BEGIN*/{ }/*END*/, items:[{ html:"col 0, row 0" },{ html:"col 1, row 0" },{ html:"col 2, row 0" },{ html:"col 0, row 1" },{ html:"col 1, row 1" },{ html:"col 2, row 1" }] }
-
10 Mar 2008 9:42 PM #19
-
10 Mar 2008 10:36 PM #20


Reply With Quote
