Conflict Draggable and resizable plugin - Forum

Forum Navigation
You need to log in to create posts and topics.

Conflict Draggable and resizable plugin

Is there any way to use draggable and resizable plugins simultaneously?

I have used like below, I think they conflict with each other.

neoDragInit "Container1"
neoDragSetHandle "Container1" "PushButton1"
neoResizableOn "Container1" "" "50px" "300px" "50px" "300px" ""

 

Hi @asmat

On modern browsers you don't need neoResizable any more. Just use this CSS:

#Container1{
  resize: both;
  overflow: auto;
}

Take a look at the attached sample.

 

Uploaded files:
  • You need to login to have access to uploads.
farhad2008, asmat and roccocogliano have reacted to this post.
farhad2008asmatroccocogliano

By the way, use min-height, max-height, min-width and max-width properties to restrict the size.

farhad2008, asmat and roccocogliano have reacted to this post.
farhad2008asmatroccocogliano

Thank you so much, master luishp.

luishp and roccocogliano have reacted to this post.
luishproccocogliano

Hi @asmat,

Just thinking about this topic I have created a multi-window interface in a few minutes. I think it's very interesting.
Take a look at the attached sample.

Uploaded files:
  • You need to login to have access to uploads.
farhad2008 and asmat have reacted to this post.
farhad2008asmat

Yes, liushp, That's awesome, I have done something similar to you.

Uploaded files:
  • You need to login to have access to uploads.
farhad2008 and Darbdenral have reacted to this post.
farhad2008Darbdenral

@asmat it's really beautiful. I'm sure you have a brilliant future :)

asmat and Darbdenral have reacted to this post.
asmatDarbdenral