Changeset 555139
- Timestamp:
- 06/09/2012 01:21:52 AM (14 years ago)
- Location:
- rollover-tab/trunk
- Files:
-
- 4 edited
-
css/rollover-tab.css (modified) (1 diff)
-
readme-ja.txt (modified) (4 diffs)
-
readme.txt (modified) (3 diffs)
-
rollover-tab.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rollover-tab/trunk/css/rollover-tab.css
r555090 r555139 4 4 clear:left; 5 5 overflow:hidden; 6 } 7 [id$="tabpanels"] { 8 margin: -5mm 5mm 0; 9 } 10 [id$="tabpanels"] :first-child { 11 margin-top: 0; 6 12 } 7 13 ul[role="tablist"] { -
rollover-tab/trunk/readme-ja.txt
r555090 r555139 3 3 Requires at least: 3.1 4 4 Tested up to: 3.3.2 5 Stable tag: 1.0. 15 Stable tag: 1.0.2 6 6 Contributors: Eiji 'Sabaoh' Yamada 7 7 License: GPLv2 … … 13 13 14 14 このプラグインは、投稿や固定ページにグラフィカルなタブ付きパネルを作るための2つのショートコードを定義します。テーマのスタイルシートやテンプレートに手を加える必要はありません。正しく表示するにはIE以外のブラウザ(Chrome, FireFox, Opera, Safariでテスト済みです)か、IE8以上が必要です。IE7以下では普通の<ul>リストが表示され、別なブラウザを使うかIEを8以上にアップデートすることを推奨するメッセージが表示されます。 15 16 = 使い方: = 17 18 <pre> 19 [rollover-tabs name="id" norollover="true"][rollover-tab name="tab1" label="サンプル1"] 20 content of tab1... 21 ... 22 [/rollover-tab][rollover-tab name="tab2" label="サンプル2"] 23 content of tab2... 24 ... 25 [/rollover-tab][/rollover-tabs] 26 </pre> 27 28 = 属性: = 29 30 name: 内部で使われる名前(id)です。[rollover-tabs name="id"]は省略可能(省略した時の値は"rollover")です。[rollover-tab name="tab1"]は省略できません。 31 32 norollover: 省略可能です。省略するとタブはマウスを重ねるだけで切り替わります。"true"を指定すると、タブはクリックしないと切り替わらないようになります。 33 34 label: タブに表示されるキャプションです。省略できません。 15 35 16 36 注意: リッチテキストエディタで投稿やページを編集する際に、隣接する2つのショートコードの間に改行を入れないでください。例えば[rollover-tabs]と[rollover-tab]の間や、[/rollover-tab]と次の[rollover-tab]の間などにです。改行を入れるとワードプレスが勝手に<p>タグをつけてしまうので、表示が崩れます。 … … 88 108 89 109 110 == Screenshots == 111 112 1. 配布された状態では、rollover tabは白い背景のテーマに合うように作られています。 113 114 90 115 == 詳しくは == 91 116 … … 94 119 95 120 == 変更履歴 == 121 = 1.0.2 = 122 スタイルシートを改善しました。 96 123 = 1.0.1 = 97 124 クリックして切り替えにする機能のバグフィックス -
rollover-tab/trunk/readme.txt
r555090 r555139 3 3 Requires at least: 3.1 4 4 Tested up to: 3.3.2 5 Stable tag: 1.0. 15 Stable tag: 1.0.2 6 6 Contributors: Eiji 'Sabaoh' Yamada 7 7 License: GPLv2 … … 14 14 This plugin define two shortcodes to generate graphical tab panels in posts and pages. You don't have to edit your theme's style.css, and any templates. To browse it's tab panels, NOT IE browser (Chrome, FireFox, Opera, Safari were tested) or IE8 or above required. With IE7 or below, it will generate standard <ul> list and recommend to use other browser or update. 15 15 16 = Usage: = 17 18 <pre> 19 [rollover-tabs name="id" norollover="true"][rollover-tab name="tab1" label="sample1"] 20 content of tab1... 21 ... 22 [/rollover-tab][rollover-tab name="tab2" label="sample2"] 23 content of tab2... 24 ... 25 [/rollover-tab][/rollover-tabs] 26 </pre> 27 28 = Attribute: = 29 30 name: internal name (id). [rollover-tabs name="id"] is optional (default value is "rollover"). [rollover-tab name="tab1"] is required. 31 32 norollover: optional boolean. As default tab panels will switch when your mouse is on the tab (click is not necessary). If norollover is set "true", panels will switch when you click the tab. 33 34 label: caption of tabs, required. 35 16 36 NOTICE: with rich text editor, you must NOT insert any line breaks between [rollover-tabs] and next [rollover-tab], between [/rollover-tab] and next [rollover-tab], between [/rollover-tab] and [/rollover-tabs]. Due to wordpress automatic <p> insertion. 17 18 37 19 38 = Features: = … … 88 107 89 108 109 == Screenshots == 110 111 1. As published, rollover tab will match white-background themes. 112 113 90 114 == For more information == 91 115 92 116 Please visit http://sabaoh.sakura.ne.jp/wordpress/ . In Japanese only. 93 If you need information in English, please contact to mailto:[email protected] .117 If you need information in English, please contact to [email protected] . 94 118 95 119 96 120 == Changelog == 121 = 1.0.2 = 122 stylesheet improved. 97 123 = 1.0.1 = 98 124 click-needed-swithing bug fix. -
rollover-tab/trunk/rollover-tab.php
r555090 r555139 4 4 Plugin URI: http://sabaoh.sakura.ne.jp/wordpress/ 5 5 Description: With this plugin, you can use [rollover-tabs name="rollover"][rollover-tab name="tab1" label="example"]...[rollover-tab ...]...[/rollover-tabs] shortcode. This may display in graphical tabs it's switched only mouse over. Not IE browser (chrome, firefox, opera, and safari was tested), IE 8 or above is required. And when browser is IE 5, IE 6 or IE 7, update recommendation will appear. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: Eiji 'Sabaoh' Yamada 8 8 Author URI: http://sabaoh.sakura.ne.jp/wordpress/
Note: See TracChangeset
for help on using the changeset viewer.