3 * Copyright(c) 2006-2009 Ext JS, LLC
5 * http://www.extjs.com/license
7 Ext.onReady(function(){
\r
10 function insertImage(data){
\r
11 Ext.DomHelper.append('images', {
\r
12 tag: 'img', src: data.url, style:'margin:10px;visibility:hidden;'
\r
13 }, true).show(true).frame();
\r
17 function choose(btn){
\r
19 chooser = new ImageChooser({
\r
20 url:'get-images.php',
\r
25 chooser.show(btn.getEl(), insertImage);
\r
28 btn = new Ext.Button({
\r
29 text: "Insert Image",
\r