Loading...
Mark´s Playpen Integrating ExtJS javascript library with Oracle Application Express
APEX_PUBLIC_USER
Value
Rows Displayed
Notes
Modal windows are a snap in ExtJS.

Here I've created a custom javascript component Ext.ux.PopupWindow and then called it from the report 
using a standard column link, simply adding the following text to the link attributes:

    onClick="new Ext.ux.PopupWindow({url: this.href, height: 450}).show(); return false;"
    
See my blog posting Apex Modal Windows are a snap using ExtJS for a screen-shot.

Creating a custom component is really not necessary, I could have just used the standard Ext.Window component.
The custom component shows how easy it is to extend ExtJS.


The custom component js is not minified so it is readable. See popup-window.js.
Existing Customers   
Create
EditFirst NameLast NameStreet AddressCityStatePost CodeHome PhoneMobileCredit LimitEmail
EditB1 ąęė ŠŲŪŽAA AAA     
EditABCABC        
Editteste 551 pg221Aaron Jr.2342342342fghfghfg asas..aöö asdcv    
EditEllena 235 srtAbelaaff29 Elizabeth Road's Street 30SANDSTRON234CA6639713212-555-3923(456)456-0056950support@microsoft.com
EditMadamAdam g1 Erebus StBLAIR ATHOL WESTSAppppp89878042950260 madams@nowhere.com.au
Editetztzertz kmAdam hFlat 33 4 Bonnington RdLAKE TABOURIENSW253940910032031698 jadams@nowhere.com.au
EditDeniseAdams1 Wellington St Wyoming CornerBOSSLEY PARKNSW217677292024273842 dadams@nowhere.com.au
EditGill1-oo1Adams15 JoffreSALISBURYQLD41079368207841783511gadams@nowhere.com.au
EditJohnAdams127 Irby BvdRUSONSW2560790685492620952jadams@nowhere.com.au
EditJohnAdams43 Pirie St 45TACOMAQLD427534890904435876 jadams@nowhere.com.au
EditKathryn1AdamsPO BOX 150INGGARDAWA670175822026088309 kadams@nowhere.com.au
EditLarry 1121Adams8 Dwyers RdST KILDAVIC318274920261690778 ladams@nowhere.com.au
EditLindaAdams8/27 Notley StECHUNGAWSA515349379536803954 ladams@nowhere.com.au
EditLynetteAdams11 Hookey St xzvzxcvzxfcvNORTH BOOVALQLD430427039952962726 ladams@nowhere.com.au
EditMattAdams1 Betts RdMURRUMBONSW284934146934644362 kadams@nowhere.com.au
Page Comments

Author Comment
Test​test

test
test
test

Mark LancasterJust to keep Vikas happy, here is an example with updates

And I thought I'd get away with being lazy!
VikasNice!

One problem​...the changes I make in the modal window are not reflected on the report
Page Ref: 200801:2031
Generate: 0.19
  Release 1.0
©2008 Mark Lancaster. All rights reserved.
ExtJs