Skip to content
George Joseph edited this page Oct 20, 2019 · 1 revision

Derived from Element -> Widget

Stick any HTML you want any place you want.

{
	/*
	 * All attributes of Element and Widget apply here.
	 */

	"id": "some_html",
	"type": "html",
	"position": {
		"my": "left top",
		"at": "left bottom+10",
		"of": "#something_else"
	},
	
	"html": "<table border><tr><td><b>HEY</b></td></tr></table>"
}
Clone this wiki locally