Skip to content

Commit

Permalink
Accordion migrated to YUI 3.1.1. No code changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeychev committed May 6, 2010
1 parent 057e318 commit 22ff1f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Accordion widget for YUI 3

I. Changelog

ver. 1.091
- Accordion migrated to YUI 3.1.1. No code changes.

ver. 1.09
- Accordion migrated to YUI 3.1. A lot of internal changes and improvements, but should work with the existing configurations. The main difference is when instantiating - there is no need to pass contentBox/boundingBox as configuration parameters. Instead, you should set "srcNode" only.
All Accordion classes has been renamed to start with yui3.
Expand Down
2 changes: 1 addition & 1 deletion src/gallery-accordion/apidocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ generator_out=../../build/gallery-accordion/apidocs/
template=$yuidoc_home/template

# The version of your project to display within the documentation.
version=1.09
version=1.091

# The version of YUI the project is using. This effects the output for
# YUI configuration attributes. This should start with '2' or '3'.
Expand Down
6 changes: 3 additions & 3 deletions src/gallery-accordion/tests/quirksmode.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<head>
<title>Accordion tests Quirks mode</title>

<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.1.0/build/cssreset/reset-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.1.0/build/cssfonts/fonts-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.1.1/build/cssreset/reset-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.1.1/build/cssfonts/fonts-min.css">
<link rel="stylesheet" type="text/css" href="../../../build/gallery-accordion/assets/skins/sam/gallery-accordion.css">

<style type="text/css">
Expand All @@ -24,7 +24,7 @@
}
</style>

<script type="text/javascript" src="http://yui.yahooapis.com/3.1.0/build/yui/yui.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/3.1.1/build/yui/yui.js"></script>
<script type="text/javascript" src="../../../build/gallery-accordion/gallery-accordion.js"></script>
<script type="text/javascript" src="testaccordion.js"></script>

Expand Down
6 changes: 3 additions & 3 deletions src/gallery-accordion/tests/strictmode.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<head>
<title>Accordion tests Strict mode</title>

<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.1.0/build/cssreset/reset-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.1.0/build/cssfonts/fonts-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.1.1/build/cssreset/reset-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.1.1/build/cssfonts/fonts-min.css">
<link rel="stylesheet" type="text/css" href="../../../build/gallery-accordion/assets/skins/sam/gallery-accordion.css">

<style type="text/css">
Expand All @@ -26,7 +26,7 @@
}
</style>

<script type="text/javascript" src="http://yui.yahooapis.com/3.1.0/build/yui/yui.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/3.1.1/build/yui/yui.js"></script>
<script type="text/javascript" src="../../../build/gallery-accordion/gallery-accordion.js"></script>
<script type="text/javascript" src="testaccordion.js"></script>

Expand Down

0 comments on commit 22ff1f7

Please sign in to comment.