On Wed, Jun 10, 2009 at 3:23 PM, Jakub <[email protected]> wrote:

>
> Hello,
>
> I've noticed that jQuery UI has the awesome Resizable plugin, but I am
> wondering how to make multiple grip handles appear everywhere in all
> corners and an all sides (as opposed to the single one in the SE
> area).
>
> I noticed that while user testing my software, even though it was
> possible to resize an item from any corner, users would always grab it
> from SE as that was the only single visible grip handle.
>

> Is it possible to show all


There is no built-in way to do this. You could try on your own by adding
some classnames to the handle elements, as the plugin does for the SE
handle. Like 'ui-icon ui-icon-grip-solid-horizontal' or 'ui-icon
ui-icon-grip-dotted-vertical', but you'll have to do some playing with css
to get the positions just right. Or you could append icon spans to the
handles. It seems there aren't dotted grip icons for the other corner
directions. There are solid corner triangles.

and if not, then is it possible to request
> this feature? :)


We're always open to suggestions. You can either file a feature request
ticket here:

http://dev.jqueryui.com/newticket (note: requires registration)

or add a comment to the Resizable dev and planning wiki page:

http://wiki.jqueryui.com/Resizable

- Richard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to