Menu

Tree [92c165] master /
 History

HTTPS access


File Date Author Commit
 README.md 2017-05-19 nuntius-rex nuntius-rex [92c165]
 index.php 2016-03-28 Dan Guinn Dan Guinn [6fff05] Removed my site global.js
 preview.png 2017-05-19 nuntius-rex nuntius-rex [0126ad]

Read Me

Glyphicon Markup Tool PHP

Provides a way to create a shorthand markup tool for Bootstrap Glyphicons for usage in a PHP CMS.

Preview

Bootstrap provides a cool collection of icons available to developers for usage in their sites called Glyphicons.

SCENARIO: What if you wanted to allow a content manager to create Glyphicons in a PHP CMS without knowing how to program?

We can do this if we create a way to enter the instruction with a shorthand code, essentially creating your own markup.
Our code works like this: [[name||color|size]] So as shown in the example above, [[globe|red|100]] creates a red globe.

Project Page:
http://danguinn.com/config/custom-files/code-examples/markup-tool/

Code Page:
http://danguinn.com/config/custom-files/code-examples/markup-tool/?code