| options.js | |
| Functions | |
| onChangeGPGPathCheckbox | Called when change-gpg-path-checkbox is checked/unchecked to enable/disable some elements in the options interface. |
| privateKeySelected | This function is called when a private key is selected. |
| onLoad | This function is called when the options.xul form is show. |
| autoWrapRemoveMySelf | Remove an auto action for autowrap |
| apiRemoveMySelf | Remove an auth key of the api |
| fileSelector | Open the file selected and return the choosen file. |
| chooseGPGPath | Choose a gpg executable and set the values of the options. |
| showWarnings | Show warnings if use try to disable updates because it’s bad ^^. |
| showAssistant | Show the assistant |
function onChangeGPGPathCheckbox( checkbox, focus_textbox )
Called when change-gpg-path-checkbox is checked/unchecked to enable/disable some elements in the options interface.
| checkbox | Optional. The checkbox value. If not set, use the current value. |
| focus_textbox | Optional. Set it to true to fucus the text field |
Called when change-gpg-path-checkbox is checked/unchecked to enable/disable some elements in the options interface.
function onChangeGPGPathCheckbox( checkbox, focus_textbox )
This function is called when a private key is selected.
function privateKeySelected( listbox )
This function is called when the options.xul form is show.
function onLoad( win )
Remove an auto action for autowrap
function autoWrapRemoveMySelf( item )
Remove an auth key of the api
function apiRemoveMySelf( item )
Open the file selected and return the choosen file.
function fileSelector()
Choose a gpg executable and set the values of the options.
function chooseGPGPath()
Show warnings if use try to disable updates because it’s bad ^^.
function showWarnings()
Show the assistant
function showAssistant()