Extends
Properties
maxRecentlyUsedstatic
#
Sets how many entries to keep in the "recently used" list
Properties:
Type | Description |
---|---|
number |
Sets how many entries to keep in the "recently used" list
Methods
onListClick(e)
#
Handle the click event on the list
Parameters:
Name | Type | Description |
---|---|---|
e |
jQuery.Event | Mouse click event |
Handle the click event on the list
renderRecentlyUsed()
#
Set recent data
Set recent data
Set symbol data
updateRecentlyUsed(character, fromRecentList)
#
Inserts a character at the start of the recently-used list and updates the user preference.
Parameters:
Name | Type | Description |
---|---|---|
character |
string | Object | A symbol string or object |
fromRecentList |
boolean | Set when the symbol was chosen from the recently-used list. Inhibits a rerender. |
Inserts a character at the start of the recently-used list and updates the user preference.