-
31 Jul 2009 12:23 AM #1
i finish to bild my site free football with ext js what do you think?
i finish to bild my site free football with ext js what do you think?
what do you think?
here my site demo
portal here
http://itoto1.com/



desktop here
http://itoto1.com/index2.html
-
31 Jul 2009 6:00 AM #2
That's pretty good work.
Obviously I don't understand it, but you're getting the hang of it.
You do have a problem using so many IFRAMEs.
It's not necessary to use IFRAMES if you design your app right. Load script which creates the new Portlet, do NOT load HTML into an IFRAME.
You surely see that the IFRAME stops dragging activity, so it makes the portal unusable.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
31 Jul 2009 6:23 AM #3
tankyou
Code:you say to use xtype: 'iframepanel', id: 'dawelbeit-info', //title:'IT with Passion', frameConfig : {id:'dawelbeit-info'}, defaultSrc : function(){return ' somepage.html ';} not to use html: '<body ><center><iframe width="100%" height="270" align="center" scrolling="no" frameborder="0" src="somepage.html"/></IFRAME><center /></body>'
-
31 Jul 2009 6:30 AM #4
No.
no iframes.
Just put your own Components in as portlets.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
31 Jul 2009 6:42 AM #5
Hi,
i know arabic uses rtl, but also bottom-to-top?vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
31 Jul 2009 6:51 AM #6
-
31 Jul 2009 6:51 AM #7Sencha - Community Support Team
- Join Date
- Nov 2008
- Location
- San Diego, Peoples' Republic of California
- Posts
- 2,040
- Vote Rating
- 7
henricd's managed iframe has functions you can call to shim over the iframes so dragging works proper.
While I don't think it's a great idea to use iframes and load in ExtJS to every one of them, I see plenty of benefit in using them otherwise. For starters, when you close a tab with an iframe in it (an example), the browser frees up all the memory used by the iframe, its content, and the scripts that ran in it. I'm pretty sure you also get more parallelism with iframes, as each gets its own http socket to the server. You can also render HTML from a different WWW site in the iframe, which is what it looks like for most of the content on the football page.
For most of what I see on the football page, iframes are perfectly fine.
-
31 Jul 2009 10:55 AM #8
i like the MIF, but i dislike the weight of 100KB extra.
@koko2589: sry, hebrew, ok i'm not used to both
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
4 Aug 2009 7:09 AM #9
i cenge my site to desktop
http://itoto1.com/index.html
the old demo is here
http://itoto1.com/index2.html
-
4 Aug 2009 7:12 AM #10


Reply With Quote


