![]()
Helper to test that the cursor is placed at the beginning of the editable
field's contents.
Arguments:
|
code » | ||||
![]()
Helper to test that the cursor is placed at the beginning of the editable
field's contents.
Arguments:
|
code » | ||||
No description.
Returns: goog.events.Event
Returns an event for a keyboard shortcut
for the letter 'a'.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
Tests that plugins get auto disposed by default when the field is disposed.
Tests that plugins with setAutoDispose(false) do not get disposed when the
field is disposed.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
Tests that registered plugins can be fetched by their id.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
Tests to make sure the cut and paste events are not dispatched immediately.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
If one plugin handles a key event, the rest of the plugins do not get their
key handlers invoked.
|
code » | ||||
![]()
Tests that if a plugin handles selectionChange that it gets called and
no further plugins can handle the selectionChange.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
Make sure that handleKeyboardShortcut is not called if alt is pressed.
|
code » | ||||
![]()
Make sure that handleKeyboardShortcut is called if other key handlers
return false.
|
code » | ||||
![]()
Make sure that handleKeyboardShortcut is not called if other key handlers
return true.
|
code » | ||||
![]()
Tests that plugins are disabled when the field is made uneditable.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
If the first plugin does not handle the key event, the next plugin gets
a chance to handle it.
|
code » | ||||
![]()
Tests that if the first plugin does not handle selectionChange that
the next plugin gets a chance to handle it.
|
code » | ||||
![]()
Test that if the first plugin does not support execCommand, the other
plugins get a chance to handle the execCommand.
|
code » | ||||
![]()
Tests that if the first plugin does not support a command that its
queryCommandValue do not get called and the next plugin can handle the
queryCommandValue.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
Test that if a plugin has an execCommand function, it gets called
but only for supported commands.
|
code » | ||||
![]()
Test that if a plugin registers keydown, it gets called.
|
code » | ||||
![]()
Test that if a plugin registers keypress, it gets called.
|
code » | ||||
![]()
Test that if a plugin registers keyup, it gets called.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
Tests that calling registerPlugin will add the plugin to the
plugin map.
|
code » | ||||
![]()
Verify that restoreSavedRange() restores the range and sets the focus.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
No description.
|
code » | ||||
![]()
Test that if one plugin supports execCommand, no other plugins
get a chance to handle the execComand.
|
code » | ||||
![]()
Tests that if a plugin supports a command that its queryCommandValue
gets called and no further plugins can handle the queryCommandValue.
|
code » | ||||
![]()
Tests that calling unregisterPlugin will remove the plugin from
the map.
|
code » |