Class to handle selection
| FireGPG. | Class to handle selection |
| Functions | |
| getFrame | find a select in a frame |
| get | Return current selection. |
| wash | Transform HTML to usable text to encrypt |
| isEditable | Return true if the selection is editable. |
| set | Modify the selection, or show a dialog with the text if it’s not possible. |
find a select in a frame
getFrame: function( frames )
Return current selection.
get: function()
Transform HTML to usable text to encrypt
wash: function( text )
Return true if the selection is editable.
isEditable: function()
Modify the selection, or show a dialog with the text if it’s not possible.
set: function( text, infoSignAndCrypt )