- Source:
Methods
(static) activateFrame(iconEl)
swap frames in the dashboard ui
Parameters:
Name | Type | Description |
---|---|---|
iconEl |
HTMLElement | icon element to pull activation data from |
- Source:
(static) applyBackgroundImage(backgroundImage)
set up the background img element
Parameters:
Name | Type | Description |
---|---|---|
backgroundImage |
string | absolute or relative url to dashboard background |
- Source:
(static) applyHueRotation(hueRotate, hueRotateIframes)
apply css property to support hue rotation
Parameters:
Name | Type | Description |
---|---|---|
hueRotate |
number | number of degrees to color rotate ui |
hueRotateIframes |
boolean | whether to reverse shift iframe elements to be colored normally |
- Source:
(static) attachFrameActivation()
attach event listeners to all icons after creation
- Source:
(static) buildUi()
bootstrap the dashboard ui from available config
- Source:
(static) createFrames()
loop over and insert frames for all relevant plugins
- Source:
(static) createUiEls()
create basic ui elements for frameshifter dashboard
- Source:
(static) frameActivations()
available actions when the plugin icon is selected
- Source:
(static) handleIframe(frame)
insert iframe plugin into dashboard, to be loaded on first click
Parameters:
Name | Type | Description |
---|---|---|
frame |
object | Plugin configuration object |
- Source:
(static) handleInternal(frame)
fetch, insert, and eval plugin index.html from directory
Parameters:
Name | Type | Description |
---|---|---|
frame |
object | Plugin configuration object |
- Source:
(static) insertFrame(frame, frameEl)
insert a frame (plugin) into the dashboard
Parameters:
Name | Type | Description |
---|---|---|
frame |
object | Plugin configuration object |
frameEl |
HTMLElement | HTML markup to insert and eval |
- Source: