Opened 13 years ago
Last modified 10 years ago
#5426 open feature
Resizable: Expose an API for programatically triggering a resize
Reported by: | dalelarsen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
It would be nice to be able to tell the resizable plugin to resize an element to a specific size. This would take into account any other settings, such as aspect ratio, max height/width, also resize, etc. This should probably also trigger start, resize and stop events.
Change History (5)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Milestone: | TBD → 1.next |
Summary: | Change event for resizable with width and height values → Resizable: Expose an API for programatically triggering a resize |
comment:3 Changed 10 years ago by
Milestone: | 1.next → 2.0.0 |
---|
comment:4 Changed 10 years ago by
Status: | new → open |
---|
Note: See
TracTickets for help on using
tickets.
Any changes on that functionality?
It would be great to be able to trigger "Resize" after init.
for example:
$( ".component" ).resizable( "resizeTo", newWidth, newHeight );