Resizable : true but only one side #4053
Answered
by
Ju99ernaut
jloguercio
asked this question in
Q&A
-
Hi, There is a way to make a componen resisable but only one side? for example only bottom side? something like : resisable : { Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Ju99ernaut
Jan 7, 2022
Replies: 1 comment 1 reply
-
You can use something like this: resizable: {
tl: 0,
tc: 0,
tr: 0,
cl: 0,
cr: 0,
bl: 0,
br: 0,
}; This leaves only the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jloguercio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use something like this:
This leaves only the
bc(bottom-centre)
option as true