From f453909f390f88664cc590fe3f1fa3c0df041200 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 11 Jun 2012 21:48:41 -0700 Subject: add a dropdowns section to Components (still needs work) and reformat much of the js docs --- docs/javascript.html | 254 +++++++++++++++++++++++++++++---------------------- 1 file changed, 146 insertions(+), 108 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index b83612d52..e362985ab 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -151,10 +151,11 @@ -

About modals

-

A streamlined, but flexible, take on the traditional javascript modal plugin with only the minimum required functionality and smart defaults.

+

Examples

+

Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

Static example

+

A rendered modal with header, body, and set of actions in the footer.