Loading...
Mark´s Playpen Integrating ExtJS javascript library with Oracle Application Express
APEX_PUBLIC_USER
Value
Rows Displayed
Instructions
Have you ever had a text area which is way too small to see all the data?
Don't you wish you could resize it?

Click the demo button to see it in action.
Please write about your life story
Cancel
  
Submit
Page Comments

Author Comment
Hello ​This is a nice comment
wow ​this is a test
khj'vl'k;h;l.​bhjkhjlkjklkh
хуйибанаротсуканах​
ddd​dfsdf
io

oirop irpoiwpoe rwe
rwe
rwe
 r
werwer​

Arie​Kanarie
xcxzcxzcxzc​xcxzcxzcxzczx
foobar
123q23123 123we
Mr JonesIkke kanskje noe lite lala
asdfasdfasdfaasdfasdfsfasdf
asd
fas
df
asdf
as
dfasdfasdfasdf
a asdasdasd
aa bb
brij nice...........
Source Code   
<script type="text/javascript">
// convert html textareas into resizable textareas
function makeResizable(){
  var els=Ext.select("textarea",true);
  els.each(function(el){
    var dwrapped = new Ext.Resizable(el, {
        wrap:true,
        pinned:true,
        //handles: 's',
        width:el.getWidth(),
        height:el.getHeight(),
        minWidth:el.getWidth(),
        minHeight: el.getHeight()
    });
  })
}
    
Ext.onReady(function() {
  makeResizable();
});
</script>
Page Ref: 200801:2001
Generate: 0.10
  Release 1.0
©2008 Mark Lancaster. All rights reserved.
ExtJs