Archive for March, 2009

Combination of Grouping view and Expanded Row

Friday, March 20th, 2009

This tutorial just describes how to combine between  grouping and expanded row, you can see my previous tutorial: Tutorial Extjs: Grouping and Tutorial Extjs: Expanded row, to see that other file. This tutorial is  easy because in my previous tutorial  i have explained it. So i hope you interested to reading this section. (more…)

Grid Extjs: Checkbox Selection

Friday, March 20th, 2009

this section, i want to share about using Checkbox Selection on Grid Extjs, here i have used Checkbox Selection to editing and deleting file from grid. I got this tutorial from www.extjs.com, then I combine with php to manipulate database data, such as editing and deleting files. Plugin which used here was checkbox selection.

The most important  script in this tutorial is as follow

var Checkbox = new Ext.grid.CheckboxSelectionModel();

(more…)

Title Grid Extjs Form:Icon,Align,Color

Wednesday, March 4th, 2009

Now i want to explain about how to manage align title, color title and icon in Grid Extjs Form, this tutorial is very simple,, so i am sorry if there is a disappointed after read this tutorial. But i think it is very interesting to  learn it, what for? to making an elegant form. To case study, i have used form previous tutorial : tutorial extjs grouping.

(more…)