Editor with widgets: Difference between revisions

Jump to navigation Jump to search
Line 58: Line 58:


===INPUT type="checkbox"===
===INPUT type="checkbox"===
# if the widget has focus then pressing space key sets the value of 'checked' to inverse value
# if the widget has focus then pressing Space key sets the value of 'checked' to inverse value
# double click and click on the widget moves focus to widget and sets the value of 'checked' attribute to inverse value
# double click and click on the widget moves focus to widget and sets the value of 'checked' attribute to inverse value
# if the widget has focus then pressing delete/backspace key the widget should be removed
# if the widget has focus then pressing Delete/Backspace key the widget should be removed


==Editor with widgets behavior==
==Editor with widgets behavior==

Navigation menu