Posts Tagged ‘Tutorial’

Part 1: simple application of extjs using layout browser

Wednesday, January 20th, 2010
defafe_proyek

defafe_proyek

In this section i want to share my little project about extjs. This is very simple, but hopefully useful for those of you just learning to extjs. In this project I use the browser layout to the main display.

In this project you can add employees, edit employees, delet employees. for access rights, the application is already using extjs session. In addition you can also change your password. Extjs application also has support multiple delete row in grid.

The final of this project is laundry software. You can download the application at the link below.

download application extjs | demo

revision:
ini file logout.php change admink5.php with index.php

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