Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Side by Side Diff: elements/designer-selection/README.md

Issue 877243005: Add designer-selection element (Closed) Base URL: https://github.com/PolymerLabs/designer2.git@master
Patch Set: Move style outside template Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 designer-selection
2 ==================
3
4 `designer-selection` renders a UI for manipulating a graphical element in a grap hics-editor style application. It consists of a bounding rectangle, and a config urable set of resize handles.
5
6 `designer-selection` listens to mouse events so that it can be moved, but it doe sn't move itself, instead it fires `designer-selection-resize` events so that th e embedding program can choose how to respond to movements and resizes.
7
8 Demo
9 ----
10
11 See [The demo](demo.html) for an example that just moves the selection to wherev er it requests.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698