From baca6853d3ceb5876e81048af9a1585f4bc3862f Mon Sep 17 00:00:00 2001 From: ogewan Date: Mon, 17 Aug 2015 12:11:32 -0500 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b70966..6454091 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ ```
```, *Adding the attribute* **cglink** *turns any element into a controller. Note: cglink binds the controller to a* **[stage]** +* :new: To update any element dynamically, add the **cg-hot** class. This updates the element and its children every time the page changes. + * To add additional features, use a plug-in: `````` @@ -72,4 +74,4 @@ For more fine-grain control, use the following additional attributes or class pr * __cglink__ - This designates an element as a controller. Its value must be the ID of the stage it controls. * __nohide__ - By default, certain buttons will be hidden automatically on certain conditions. To disable this functionality, add this attribute. The value that this attribute is set to will become a class that is added to the element on those conditions. -_*Time to render or DOM Content Loaded_ +_*Time to render or DOM Content Loaded_ \ No newline at end of file