Posts Tagged ‘Programming’

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…)

Login Extjs: Confirm Password

Friday, February 27th, 2009

One way to secure our website from outside attack is to create a login form. In this section we will learn about how to make login form using extjs and php how to make a session to restrict the access . In this tutorial i will create login form have confirm password. I get inspiration from this website www.extjs.com.

(more…)

Extjs Video Tutorial: Panel

Sunday, February 22nd, 2009

Now, I just want to give some examples of applications that make use of extjs,  i get this example from youtube,  I hope this example can be an inspiration for you, to build an application using the extjs framework.
(more…)

Tutorial Extjs: Download File

Saturday, February 21st, 2009

I think this tutorial is easy, and maybe many programmer alredy know how to make it.

Main point of this tutorial is how to get file id in the grid. After that, we call the name of the file that we will to download.

In this section, we use the database from the previous tutorial: Upload file and image using extjs, so here we will try to download a file that was saved in the previous tutorial: upload file and image using extjs

(more…)