Archive for category Extjs
Detect browser ExtJS way
Nov 30
To detect IE:
if (Ext.isIE) {
browser = "IE";
}
if (Ext.isIE6) {
browser = "IE6";
}
if (Ext.isIE7) {
browser = "IE7";
}
if (Ext.isIE8) {
browser = "IE8";
}
To detect Chrome:
if (Ext.isChrome) {
browser = "Chrome";
}
To detect Firefox:
Firefox uses Gecko engine
if (Ext.isGecko3) {
browser = "Firefox";
}
Bookmark on DeliciousDigg this post Recommend Read More
Live Grid
http://www.ext-livegrid.com/
ExtJS WordPress
http://extjswordpress.net/
Web based Desktop
http://www.qwikioffice.com/
My SQL Manager – AeroSQL
http://www.burlaca.com/aerosql/
Remote Component
http://demo.matikom.de/ext/remotecomponent/Ext.ux.Plugin.RemoteComponent.html
FRAMEWORKS:
RIA Framework on .net
http://liveui.net/
ASP.net based ExtJS Controls
http://coolite.com
Bookmark on DeliciousDigg th Read More
ExtJS Resources
Mar 11
http://tdg-i.comhttp://dmitry-dulepov.com/category/extjs.htmlhttp://jackslocum.com/blog/http://blog.extjs.eu/http://www.blogged.com/topics/extjs/http://ffzhuang.blogspot.com/2009/03/build-j2ee-application-with-extjs.html
http://www.extjs.com/forum/showthread.php?t=88488http://loianegroner.com/category/extjs/
Bookmark on DeliciousDigg this post Recommend on FacebookShare with StumblersTweet about itSubscribe to t Read More
