This post will walk you through how to implement ExtJS linked/cascading/nested combo boxes using Spring MVC 3 and Hibernate 3.5
I am going to use the classic linked combo boxes: state and cities. In this example, I am going to use States and Cities from Brazil!
What is our main goal? When…
AKPC_IDS += "367,";This tutorial will walk through how to implement a CRUD (Create, Read, Update, Delete) DataGrid using ExtJS, Spring MVC 3 and Hibernate 3.5.
What do we usually want to do with data?
Create (Insert) Read / Retrieve (Select) Update (Update) Delete… AKPC_IDS += "494,";This post will walk through how to resize an ExtJS Panel, Grid, Component on Window Resize without using Ext.Viewport.
Problem:
You have a legacy page and you…
AKPC_IDS += "483,";Well, this is my first ExtJS plugin. Though it is not an advanced plugin, I’m very happy and it is a big accomplishment for me!
The problem:ExtJS PagingToolbar Component allows the developer to set a predetermined page size, which is the total number of records that will be displayed on the grid at once.
Let’s say we want to display 10,000 (ten thousand) records and we are…
AKPC_IDS += "468,";Are your SSL web pages plagued by the browser warning “This page contains both secure and nonsecure items. Do you want to display the nonsecure items?“
This is a common error that occurs when some element on a secure web page (one that is loaded with https:// in the address bar) is not being loaded from…
AKPC_IDS += "399,";