<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webmaster Bulletin &#187; extjs</title>
	<atom:link href="http://www.webmasterbulletin.net/tag/extjs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webmasterbulletin.net</link>
	<description>Rambling around the web publishing industry</description>
	<lastBuildDate>Wed, 21 Jul 2010 09:48:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>EXTJS EditorAutoGrid &#8211; CRUD enabled (2)</title>
		<link>http://www.webmasterbulletin.net/2009/05/extjs-crud-editor-auto-grid/844</link>
		<comments>http://www.webmasterbulletin.net/2009/05/extjs-crud-editor-auto-grid/844#comments</comments>
		<pubDate>Mon, 11 May 2009 19:53:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[extjs]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=844</guid>
		<description><![CDATA[I have been working on the autogrid (see 1st implementation)  to provide  server based column model tools, including automatic grid layout, column model definition, and editor component definition. Here is a new implementation of  the editor autogrid extension for ext js 2.2 only &#8211; see known bug with extjs 3  below-   that now features :

AJAX [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on the autogrid (<a href="http://www.webmasterbulletin.net/2009/05/extjs-enhanced-autogrid-crud-enabled/812">see 1st implementation</a>)  to provide  server based column model tools, including automatic grid layout, column model definition, and editor component definition. Here is a new implementation of  the editor autogrid extension for ext js 2.2 only &#8211; see known bug with extjs 3  below-   that now features :</p>
<ul>
<li>AJAX based combo box editor field for n to 1 data relationship reading from AJAX meta columns via data type :
<pre>{"name":"Categories_title","header"
:"Categories_title","related":"Category","dataType":"leftJoin","width":250}</pre>
</li>
<li><a href="http://gridsearch.extjs.eu/">GridSearch plugin</a> integration</li>
</ul>
<p style="text-align: center;"><a href="http://www.webmasterbulletin.net/wp-content/uploads/2009/05/editorautogrid.png" rel="lightbox[844]"><img class="size-medium wp-image-845 aligncenter" title="editorautogrid" src="http://www.webmasterbulletin.net/wp-content/uploads/2009/05/editorautogrid-499x225.png" alt="editorautogrid" width="499" height="225" /></a></p>
<p><strong>Download : <a class="downloadlink" href="http://www.webmasterbulletin.net/wp-content/plugins/download-monitor/download.php?id=3" title=" downloaded 713 times" >EditorAutoGrid (713)</a> &#8211; the zip  includes </strong></p>
<ul>
<li>AutoGrid.js : editor auto grid code (exstends EditorGridPanel)</li>
<li>taskGrid.js / CatGrid.js : javascript code for the 2 database tables in the  example above (TASKS + CATEGORY).</li>
<li>tasks-json.txt :JSON data for main table (TASK)</li>
<li>tasks-category-combo-json : JSON data sample for related table data in combobox</li>
</ul>
<p>Please note that this download does not include server code. among known bugs I can remember the nasty &#8220;load twice when doing a search&#8221;, or the extjs 3.0 rc1.1 &#8220;getCellEditor is not a function&#8221;  error when trying to edit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2009/05/extjs-crud-editor-auto-grid/844/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>EXTJS enhanced AutoGrid : CRUD enabled</title>
		<link>http://www.webmasterbulletin.net/2009/05/extjs-enhanced-autogrid-crud-enabled/812</link>
		<comments>http://www.webmasterbulletin.net/2009/05/extjs-enhanced-autogrid-crud-enabled/812#comments</comments>
		<pubDate>Sun, 03 May 2009 17:05:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[RIA components]]></category>
		<category><![CDATA[extjs]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=812</guid>
		<description><![CDATA[The Autogrid ext js extension, delivered via the ext js forums, is a quick grid extension that does not come with inline editing features but is ready for the job. The purpose of this autogrid is to enable quick building of datagrid via server side loading of meta information for columns. The autosave feature allows [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://extjs.com/forum/showthread.php?t=10951">Autogrid ext js extension</a>, delivered via the ext js forums, is a quick grid extension that does not come with inline editing features but is ready for the job. The purpose of this autogrid is to enable quick building of datagrid via server side loading of meta information for columns. The autosave feature allows the user to keep the grid&#8217;s configueration over various sessions. </p>
<p>I have worked a few hours to deliver this refoactoring of the autogrid that is an extension of the EditorGridPanel, and it brinbgs new features :</p>
<ul>
<li>save order and direction of query sort</li>
<li>allow inline editing including specific field for dates (can easily be extended)</li>
<li>sends new data to server in the form of field name / field value, allowing quick writing of generic save queries.</li>
</ul>
<a class="downloadlink" href="http://www.webmasterbulletin.net/wp-content/plugins/download-monitor/download.php?id=2" title="Version2.1 downloaded 567 times" >AutoGrid WebmasterBulletin - Autogrid.js (567)</a>
<p><span id="more-812"></span></p>
<p><strong>How to use :</strong></p>
<p>- create your grid<br />
- declare your dataclass (domaines)</p>
<p>- declare  baseUrl + saveMetaUrl + modifyUrl </p>
<p><strong>example : </strong></p>
<p> </p>
<pre>Ext.onReady(function(){

	var dataClass= "domaines";
	var controllerAction = "gridData/";
	var actionParms = "/format/json/dataClass/";

		WXC.CMSstore1=new Ext.data.Store({
                    proxy: new Ext.data.HttpProxy({
                        url: baseUrl +  controllerAction + 'list' + actionParms + dataClass
                    }),
					   remoteSort: true,
                 reader: new Ext.data.JsonReader(
                        {root: 'rows', id: 'id'},
                        ['id']
                    )

					 });

             WXC.CMSGrid1 = new Ext.ux.AutoGridPanel({
                title:'Domaines',
  				id : "CMSGrid1",
               	 width:'100%',
		        height:600,
                loadMask: true,
		deferredRender :false,
                autoSave: true,
                saveMetaUrl: baseUrl +  controllerAction + 'saveformat' + actionParms + dataClass,
                modifyUrl : baseUrl +  controllerAction + 'savedata'+ actionParms + dataClass,
                store : WXC.CMSstore1 ,

	 bbar: new Ext.PagingToolbar({
            pageSize: nbRowsPrPage,
            store:  WXC.CMSstore1,
            displayInfo: true,
            displayMsg: '{0} - {1} / {2}',
            emptyMsg: "No topics to display",

        })
            });

  //WXC.CMSstore1.load(	{params: {   start:0, limit:nbRowsPrPage}}	);	    

        });</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2009/05/extjs-enhanced-autogrid-crud-enabled/812/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>egroupware : ext js is dominating the opensource community</title>
		<link>http://www.webmasterbulletin.net/2009/03/egroupware-ext-js-is-dominating-the-opensource-community/753</link>
		<comments>http://www.webmasterbulletin.net/2009/03/egroupware-ext-js-is-dominating-the-opensource-community/753#comments</comments>
		<pubDate>Tue, 31 Mar 2009 11:51:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[extjs]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=753</guid>
		<description><![CDATA[No we will not enter the debate over the right to license freely available libraries : ext js javascript framework is a wonderful set of rich interface components that now power a great deal of opensource applications, including matuire egroupware frameworks such as sugar crm, tine 2.0, and the young and promising cojoon. Cojoon is [...]]]></description>
			<content:encoded><![CDATA[<p>No we will not enter the debate over the right to license freely available libraries : ext js javascript framework is a wonderful set of rich interface components that now power a great deal of opensource applications, including matuire egroupware frameworks such as<a href="http://www.webmasterbulletin.net/2009/01/sugar-crm-has-gone-extjs/608"> sugar crm</a>, <a href="http://www.webmasterbulletin.net/2008/09/web-developers-have-a-look-at-tine-20/247">tine 2.0</a>, and the young and promising cojoon. Cojoon is a webmail and feed readers that has contributed a lot to ext js + zend framweork development  : it ambitions to become a full featured groupware. Tine 2.0, made by a group of devloperse whosplit from egroupware one year ago, have successfully come up with a news release last month. It now comes with a task manager and time tracking modules.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2009/03/egroupware-ext-js-is-dominating-the-opensource-community/753/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sugar CRM has gone extjs</title>
		<link>http://www.webmasterbulletin.net/2009/01/sugar-crm-has-gone-extjs/608</link>
		<comments>http://www.webmasterbulletin.net/2009/01/sugar-crm-has-gone-extjs/608#comments</comments>
		<pubDate>Fri, 16 Jan 2009 03:13:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[extjs]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=608</guid>
		<description><![CDATA[
Combining best of both worlds : One of the most popular opensource CRM (Customer Relationship Management) software is now using extjs javscript library a lot for user interface quickies.
Developers will love documentation around various implementation of this AJAX library : Since Sugar 5.1, the search is layout out via type-ahead combo box system called QuickSearch based [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-609" title="webmail490" src="http://www.webmasterbulletin.net/wp-content/uploads/2009/01/webmail490.png" alt="webmail490" width="490" height="221" /></p>
<p>Combining best of both worlds : One of the most popular opensource CRM (Customer Relationship Management) software is now using extjs javscript library a lot for user interface quickies.</p>
<p><a href="http://developers.sugarcrm.com/docs/OS/5.1/-docs-Developer_Guides-Developer_Guide_5.1-DevGuide.1.29.html">Developers </a>will love documentation around various implementation of this AJAX library : Since Sugar 5.1, the search is layout out via type-ahead combo box system called QuickSearch based around <span class="Hyperlink">ExtJS</span>. In version 5.2, a lot of tools  feature powerful interaction javascripts, such as the email reader / composer (imazge above), or the application studio, located in  <a name="1168411">The Developer tools sub-panel that displays options to build new modules and customize </a>existing ones. The Module Builder enables you to build custom modules and Studio enables you to customize existing modules. Creating  relationships between modules is also an option while removing default modules is as easy as performing drag and drop operations within the admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2009/01/sugar-crm-has-gone-extjs/608/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monday&#8217;s web applications</title>
		<link>http://www.webmasterbulletin.net/2008/11/mondays-web-applications/469</link>
		<comments>http://www.webmasterbulletin.net/2008/11/mondays-web-applications/469#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:10:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[E commerce]]></category>
		<category><![CDATA[Web Components]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=469</guid>
		<description><![CDATA[Javascript libraries
While EXTJS 3.0 is on the way with a roadmap setting deadlines for early 2009, Jquery continues its path on the way to serious lightweight alternative to the massive EXT : JX extension for Jquery includes the viewport paradigm on which relies every EXT JS application.
Web based interfaces
In spite of huge progress and impressive [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Javascript libraries</strong></p>
<p>While EXTJS 3.0 is on the way with a <a href="http://extjs.com/products/extjs/roadmap.php">roadmap setting deadlines for early 2009</a>, Jquery continues its path on the way to serious lightweight alternative to the massive EXT <a href="http://jx.myofiz.com">: JX extension </a>for Jquery includes the viewport paradigm on which relies every EXT JS application.</p>
<p><strong>Web based interfaces</strong></p>
<p>In spite of huge progress and impressive use of ease, Jquery is not there yet : for the development of applications many developers have chosen the exhaustivity of EXT JS. Have a look at google code hosted project in development : <a href="http://code.google.com/p/ecartcommerce/">ecartcommerce</a>, CMS <a href="http://code.google.com/p/jimw/">jimw</a>, both ext js and zend framework based. In the world of content management systems, <a href="http://www.squiz.net.au/mysource-mini">mysource </a>is making the news with a new video that demonstrates<a href="http://www.webmasterbulletin.net/2008/11/in-site-editing/456"> inline editing</a>, and other exciting Rich Application features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2008/11/mondays-web-applications/469/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ext Js examples and extensions</title>
		<link>http://www.webmasterbulletin.net/2008/11/ext-js-examples-and-extensions/445</link>
		<comments>http://www.webmasterbulletin.net/2008/11/ext-js-examples-and-extensions/445#comments</comments>
		<pubDate>Thu, 06 Nov 2008 10:47:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Components]]></category>
		<category><![CDATA[extjs]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=445</guid>
		<description><![CDATA[
Ext examples
Enhanced Accordion extension
ExtJs Livegrid extension
Saki&#8217;s extjs page (examples and extensions)
File explorer view (grid extension)
file explorer with  PHP code
swfupload extension
Last but not least, the ux repository

]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href=" http://extjs.com/deploy/dev/examples/samples.html">Ext examples</a></li>
<li><a href="http://www.aariadne.com/accordion/">Enhanced Accordion extension</a></li>
<li><a href="http://www.siteartwork.de/livegrid_demo/">ExtJs Livegrid extension</a></li>
<li>Saki&#8217;s extjs page (<a href="http://extjs.eu/">examples and extensions</a>)</li>
<li><a href="http://extjs.funkar.nu/ext-2.2/examples/explorerview/">File explorer view </a>(grid extension)</li>
<li><a href="http://extjs.com/forum/showthread.php?t=38059">file explorer with  PHP code</a></li>
<li><a href="http://extjs.com/forum/showthread.php?t=19082&amp;page=14">swfupload extension</a></li>
<li>Last but not least, the <a href="http://extjs-ux.org/docs/">ux repository</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2008/11/ext-js-examples-and-extensions/445/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web developers, have a look at tine 2.0</title>
		<link>http://www.webmasterbulletin.net/2008/09/web-developers-have-a-look-at-tine-20/247</link>
		<comments>http://www.webmasterbulletin.net/2008/09/web-developers-have-a-look-at-tine-20/247#comments</comments>
		<pubDate>Mon, 08 Sep 2008 19:31:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[ria]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=247</guid>
		<description><![CDATA[
For those interested in developping the best possible web based application, Tine2.0, formerly eGroupWare2.0, a combination of CRM and ERP,  is worth having a look at. Its multiple feature interface is one of the most intuitive multi panel screen you can imagine, built entirely out of javascript and HTML. Based on Extjs and Zend Framework, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-248 aligncenter" title="tine20" src="http://www.webmasterbulletin.net/wp-content/uploads/2008/09/tine20.jpg" alt="" width="500" height="358" /></p>
<p>For those interested in developping the best possible web based application, Tine2.0, formerly eGroupWare2.0, a combination of CRM and ERP,  is worth having a look at. Its multiple feature interface is one of the most intuitive multi panel screen you can imagine, built entirely out of javascript and HTML. Based on Extjs and Zend Framework, it demonstrates that those 2 popular technologies can -finally- work together to build sensible opensource applications with features of most sophisticated desktops : accordion menu that browses between various parts of the application, tere based menu for hierachical structures, dynamic grid for data scrolling, simultaneous record viewing below the data grid. The fact that the source code of Tine2.0 can be downloaded separately from packages you might already have installed ten times on your server will save you the hassle of finding interesting code lines. But i&#8217;s not only design we&#8217;re after here : PDF export at right click on  TIne2.0 contact management. More technical details would only bring enthusiasts on the project, especially after a quick look at <a href="http://www.tine20.org/wiki/index.php/Developers/Concepts/Application_Layout">developpers&#8217;WIKI</a> where specific  conceptual choices are explained : MVC or not MVC, that is the question. Anyhow, when Rich Internet Applications is what you&#8217;re looking for, try out Tine20 !!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2008/09/web-developers-have-a-look-at-tine-20/247/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ExtJS Live Grid</title>
		<link>http://www.webmasterbulletin.net/2008/07/extjs-live-grid/119</link>
		<comments>http://www.webmasterbulletin.net/2008/07/extjs-live-grid/119#comments</comments>
		<pubDate>Sat, 26 Jul 2008 09:24:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[grid]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=119</guid>
		<description><![CDATA[We have covered Jquery&#8217;s flexigrid, which delivers a great range of features. The article was the occasion of a review of various grids delivered by other libraries, such as openrico, ExtJS or dojo. This article here focuses on a another version of data grid, delivered on EXTJS by Jack Slocum. The big feature of Jack&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>We have covered <a href="http://www.webmasterbulletin.net/2008/07/flexigrid-inside-the-next-data-browser/52" target="_blank">Jquery&#8217;s flexigrid</a>, which delivers a great range of features. The article was the occasion of a review of various grids delivered by other libraries, such as openrico, ExtJS or dojo. This article here focuses on a another version of data grid, delivered on EXTJS by Jack Slocum. The big feature of Jack&#8217;s grid is its buffer that allows to read chunks of data from an underlying storage (common use case: a database) without the need of paging. OpenRico does that too, by the way, but it hasn&#8217;t evolved much since 2006. The advantage of <a href="http://www.siteartwork.de/livegrid">Ext JS LiveGrid</a> Component is that it relies on popular EXTJS javascript extension.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2008/07/extjs-live-grid/119/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Manager from Webgate anywhere</title>
		<link>http://www.webmasterbulletin.net/2008/07/content-manager-from-webgate-anywhere/72</link>
		<comments>http://www.webmasterbulletin.net/2008/07/content-manager-from-webgate-anywhere/72#comments</comments>
		<pubDate>Tue, 22 Jul 2008 21:20:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Repositories]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[j2ee]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=72</guid>
		<description><![CDATA[
A lot of nice names for this commercial J2EE based content management system that demonstrates extensive use of best dynamic HTML practice, with the help of the very special extJS library. The problem with that demonstration is that it will take you a while before you can test it on your development servers as you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-73" title="webgatecontent" src="http://www.webmasterbulletin.net/wp-content/uploads/2008/07/webgatecontent.jpg" alt="" width="500" height="290" /></p>
<p>A lot of nice names for this commercial J2EE based content management system that demonstrates extensive use of best dynamic HTML practice, with the help of the very special extJS library. The problem with that demonstration is that it will take you a while before you can test it on your development servers as you will have to go through commercial business AND serious java expertise in collaboration with <a href="http://www.innovationgate.com">Innovation Gate</a>, the  german company that develops this system. But it&#8217;s worth the try : this CMS goes further than basic content and workflow  management : cross browser is not enough, WGA is also &#8220;cross client&#8221; :  Browser (IE and Mozilla), Lotus Notes, MSWord, HTML- and XML-Editors or Email are acceptable platform to work with the system that allows publishing content to any media : Web, Cell phone, PDA, pdf. Finally,  WGA allows to integrate any data source and to deal with it as &#8220;virtual repositories&#8221;. Invoices from SAP, business cases from CRM, data sheets from relational databases &#8211; all &#8220;business objects&#8221; are treated as content, just as if they were Web content maintained by authors.</p>
<ul>
<li> <a href="http://www.innovationgate.de/plugin-contentmanager/html/contentstore?dbkey=wga4-demo"> Click here for demo </a>(user : demo / password : demo)</li>
<li>Source:  <a href="http://extjs.com/forum/showthread.php?t=6095" target="_blank">ExtJs forum</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2008/07/content-manager-from-webgate-anywhere/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
