aboutsummaryrefslogtreecommitdiffstats
path: root/demos/accordion/custom-icons.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-02-03 14:14:13 -0500
committerScott González <scott.gonzalez@gmail.com>2011-02-03 14:14:13 -0500
commited4903370090c5e81a5be7a9e23f351fc1b062a6 (patch)
treef8d6250a52adcf7c51a0a8e63bb1fba28a2ce44f /demos/accordion/custom-icons.html
parent678ff6326a984d4ff8e7f69fd31304c2520e66f3 (diff)
downloadjquery-ui-ed4903370090c5e81a5be7a9e23f351fc1b062a6.tar.gz
jquery-ui-ed4903370090c5e81a5be7a9e23f351fc1b062a6.zip
Accordion: Updated demos to use the new API.
Diffstat (limited to 'demos/accordion/custom-icons.html')
-rw-r--r--demos/accordion/custom-icons.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/accordion/custom-icons.html b/demos/accordion/custom-icons.html
index 7dff971f6..3ec244131 100644
--- a/demos/accordion/custom-icons.html
+++ b/demos/accordion/custom-icons.html
@@ -14,7 +14,7 @@
$(function() {
var icons = {
header: "ui-icon-circle-arrow-e",
- headerSelected: "ui-icon-circle-arrow-s"
+ activeHeader: "ui-icon-circle-arrow-s"
};
$( "#accordion" ).accordion({
icons: icons
@@ -62,7 +62,7 @@
<div class="demo-description">
-<p>Customize the header icons with the <code>icons</code> option, which accepts classes for the header's default and selected (open) state. Use any class from the UI CSS framework, or create custom classes with background images.</p>
+<p>Customize the header icons with the <code>icons</code> option, which accepts classes for the header's default and active (open) state. Use any class from the UI CSS framework, or create custom classes with background images.</p>
</div><!-- End demo-description -->
</body>