horizon/doc/source/topics
Diana Whitten c7de6d5bee Horizon Messages now inherit from a Bootstrap Theme
Horizon messages (toasts/growls/alerts) now inherit from a theme.
In addition, a default message type was added 'default', since it
it possible to kick up an alert without a type specified at all.

To test all the types, run the following command on a JavaScript
console with Horizon loaded:

horizon.alert('warning', 'foo');
horizon.alert('info', 'foo');
horizon.alert('success', 'foo');
horizon.alert('', 'foo');
horizon.alert('danger', 'foo');

Partially-Implements: blueprint horizon-theme-css-reorg
Partially-Implements: blueprint bootstrap-html-standards

Change-Id: Ice65773fe1d2cdc0305fd01acd8bea3d3f84a9fa
2015-12-21 21:16:13 +00:00
..
angularjs.rst Angular docs - code theory and translation 2015-09-08 12:01:19 +01:00
customizing.rst Horizon Messages now inherit from a Bootstrap Theme 2015-12-21 21:16:13 +00:00
deployment.rst Updating doc on Django version 2015-09-03 13:02:51 -07:00
install.rst Updating doc on Django version 2015-09-03 13:02:51 -07:00
javascript_testing.rst Merge "Clean up spec files in horizon framework directory" 2015-11-10 01:05:40 +00:00
packaging.rst Improve readability of Horizon Packaging doc 2015-12-11 16:40:03 -06:00
policy.rst Improve contributor documentation 2013-12-03 20:05:01 +01:00
settings.rst Horizon Messages now inherit from a Bootstrap Theme 2015-12-21 21:16:13 +00:00
styling.rst Add dev docs for SCSS/and styling in Horizon 2015-11-15 17:50:10 +00:00
table_actions.rst Wrong url in document of horizon tutorial 2015-06-29 13:05:25 +07:00
tables.rst Fix typo in a document 2015-09-09 11:06:20 +09:00
testing.rst Add integration tests section to testing docs 2015-12-16 16:19:01 +03:00
tutorial.rst Remove models.py from tutorial 2015-10-16 08:50:41 +02:00
workflows.rst fix grammar in workflow.rst file 2015-04-15 22:00:38 -04:00