PDA

View Full Version : Place to Post Ext Apps



dancablam
24 Nov 2008, 2:06 PM
I have a website I've created using ExtJS that I'd like to share with the community - is there an appropriate place to post Ext-driven applications/websites on the Ext site?

Cheers,
Dan

euchiyama
24 Nov 2008, 2:50 PM
Try in Ext: Examples and Extras: http://extjs.com/forum/forumdisplay.php?f=7

I'm interested in seeing it...

dancablam
24 Nov 2008, 2:58 PM
Great! I've posted it: http://extjs.com/forum/showthread.php?p=254787#post254787

Animal
25 Nov 2008, 12:34 AM
Look very nice. One little extra bit of Exty stuff needed...

When you use the "Manage your send Account" dialog, and you expand and collapse the "Change password" Fieldset, you need to sync the shadow of the Window.

If you look, when you expand it, the shadow stays over the smaller area of the Window.

If you then move the Window, this automatically resyncs, so then when you collapse the Fieldset, you then see the shadow being too big.

Probably only an Ext geek would even notice that!

Animal
25 Nov 2008, 12:38 AM
Also, that Window needs to be closeAction: 'hide' because I jst clicked the close button in the header, and I can't get it to show now!

Perhaps the "Invite Colleagues" Window should be layout:'fit' instead of layout:'anchor'?

It fits the form into the width of the Window as you resize it, but the height is fixed.

If you fit the form, but have the form scroll itself, that will work better.

ry.extjs
26 Nov 2008, 9:44 AM
While working on my own projects, and as is evident here, the Ext.Msg component styles that contain an icon in the message, longer text wraps around the icon. With only a couple of lines, it is not apparent, but several lines tend to look weird or unpolished.

I'm not sure if that's the intended effect. I use a custom style for all Ext.Msg windows that left-aligns the message text about 10 pixels to the right of the message icon. It looks much better.

Just a thought.