Postingan

Menampilkan postingan dari Desember, 2012

Editable Grid Extjs

Gambar
One of the advantages of grid extjs component is the ability to be edited. If in html can, a table is rigid, it can not be edited. This is different from Grid in ExtJs, where the Grid in ExtJs editable like us to edit a text in MS Word, or another word processing program. Furthermore, how to start a grid that can be edited? This topic is Editable Grid Extjs .   The first step to do is, create a regular grid as in the previous example. Then grid stantard was modified by adding a plugin, the function that the grid can be edited. While collecting data for the grid, remain as in the previous example. So there is a different form of additional plugins that function to edit the data in the grid. Noteworthy here is the update data. There is an additional function that serves to add to the data, and the data are interpreted as a record. For more details, please see the example of programming with extjs below. Source Code for Editable Grid Extjs

Tutorial ExtJS

Gambar
Our discussion this time is about programming with ExtJS . ExtJS program itself is a language composed of Java Programming. The advantage with this is ExtJs platform, we will generate a similar interface like we made a program on Desktop. Read the its Tutorial ExtJS   The Topic is Tutorial ExtJS Like most programming based on the desktop, then the results are much better than those based frendly WEB. Display menus, forms, and tables much different from what we usually see in the HTML. This is an extraordinary ability of ExtJS. Some of the topics that will be discussed are: Grid Editable Grid

Source Code Extjs Grids

Gambar
ExtJS is being used for developing Rich Internet Applications. It can be employed for creation of ExtJS Grid , Chart, Tree, Window, TabPanel, ComboBox, Layout Managers and Toolbars/ Menus. Here you can learn the steps to create simple ExtJS Grid . This topic is Source Code Extjs Grids Step 1: Setting up of Ext JS is a prerequisite . You can download the current release of Ext from the website of Ext JS. Step 2: In order to run Ext JS you must have HTTP server or a PHP server. We are trying to build a simple Ext JS Grid, as grid is the most famous widget being integrated in various web applications using Ext JS Grid. Step 3: It is very easy to build and run a simple base grid and make it run. You need to replace the existing code from the file ExtStart.js by the following code. The most important function that will be used in each and every page is onReady() function of Ext. After the loading of DOM this method will automatically be loaded. These days, frameworks are in deman