projects/myprojects
.myproject/myprototype.html
.myproject/myprototype.notes
, and enter your notes there.myproject/myprototype.spec
, and enter your specifications there.myproject/css/style.css
.<!-- LOAD IXEDIT; DELETE AFTER DEPLOYING -->
<script type="text/javascript" src="../../lib/ixedit/ixedit.packed.js"></script>
<link rel="stylesheet" type="text/css" href="../../lib/ixedit/ixedit.css" />
Protokit uses the Blueprint CSS framework for layout, and templates are provided for creating columns in a grid. Blueprint provides 24 columns inside a 950px wide container.
To create columns you use column tokens surrounded by curly braces.
{ cols } { /cols } contains a set of columns
{ col[#] } { /col[#] } contains a single column
A typical layout looks like this:
{ cols }
{ col12 }
{ /col }
{ col12last }
{ /col }
{ /cols }
Be sure to remove spaces between the braces. The spaces are added above so that jQuery doesn't convert the tokens in the example.
You can use the lipsum template to create a paragraph of greeked text.
{ lipsum }
Creates the greeked text below:
{lipsum}
Or for kicks, use this one:
{ tps }
Creates faked TPS report:
{tps}
A UI component library is being built. Documentation will be provided here in the future.