Subscribe By RSS or Email

Posts tagged ‘EXTJs’

EXTJS 3.01 – Hide/Show Fields & Labels

Code to hide and show both a field and label whenever a checkbox is select. Note as of 3.01 just hidden a field will cause its label to be hidden as well. Before form rendering code add: Checkbox that invokes the action:

PHP/EXTjs – Passing Arrays

I’ve written on processing AJAX queries before but neglected discussing how to pass an array to PHP for processing. This is an example of getting all checked rows in an EXTJS grid and posting them to an awaiting PHP script. First we have the users confirm they really want to process all checked records: Now

EXTJS 3 – Combo in Window Bug Fix

Issue: Often after closing a window containing a from, upon relaunching the combo boxes do not expand correctly. This is a z-index problem. The simplest solution is to add this CSS to your stylesheet: