I am using JQuery Resizable - http://docs.jquery.com/UI/Resizable/resizable#options - and i want to use a knob instead of the borders (my knob is a button in the bottom right). I see that in options I have a KnobHandles, that I have to set to true. Where do I set my handle? I tried to set it in the handles option but it is not working. My code btw:
window.resizable({
'handles':'handler-resize',
'knobHandles': true
});
UPDATE: just noticed that the knobhandles is some default stuff. I want to resize it with a customized button, is there a way?