Difference between revisions of "Custom Content"
From PowerUI
(Created page with "Virtually all of the internals in PowerUI are extendible with custom content. Here's a directory of guides for extending the more common aspects: == The DOM == * Custom el...") |
|||
Line 18: | Line 18: | ||
* [[Custom CSS Unit|Unit]] | * [[Custom CSS Unit|Unit]] | ||
* [[Custom CSS At rule|@ rule]] | * [[Custom CSS At rule|@ rule]] | ||
+ | |||
+ | == Image Formats == | ||
+ | |||
+ | * Adding support for some custom image format | ||
== Compressors == | == Compressors == | ||
* Creating a compression plugin | * Creating a compression plugin |
Revision as of 21:02, 13 January 2017
Virtually all of the internals in PowerUI are extendible with custom content. Here's a directory of guides for extending the more common aspects:
The DOM
- Custom elements (HTML, SVG, MathML etc)
Networking
- Create a custom schema (protocol://)
Spark (The CSS Engine)
Invent a CSS..
Image Formats
- Adding support for some custom image format
Compressors
- Creating a compression plugin