Plugin Directory

Changeset 556706


Ignore:
Timestamp:
06/12/2012 02:16:53 PM (14 years ago)
Author:
Sabaoh
Message:

readme update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rollover-tab/trunk/readme.txt

    r556685 r556706  
    1818Please visit my sample at http://sabaoh.sakura.ne.jp/wordpress/?page_id=106
    1919
     20"right" attribute sample at http://sabaoh.sakura.ne.jp/wordpress/?page_id=116
     21
     22"scroll" attribute sample at http://sabaoh.sakura.ne.jp/wordpress/?page_id=122
     23
    2024= Usage: =
    2125
     
    3337
    3438name:
    35 
    3639internal name (id). [rollover-tabs name="id"] is optional (default value is "rollover"). [rollover-tab name="tab1"] is required.
    3740
    3841norollover:
    39 
    4042optional 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.
    4143
    4244border:
    43 
    4445optional boolean. As default panel has no border. If border is set "true", border will display.
    4546
    4647margin:
    47 
    4848optional. As default margin-top was defined in css/rollover-tab.css (Now vlaue has changed to 0 for all themes). If your panels' top border didn't match the tab graphic, you could adjust the position of the top border by either edit css/rollover-tab.css or set margin attribute in each rollover-tabs tag.
    4949
    5050height:
    51 
    5251optional. As default panels' height will adjust automatic. You can assign fixed height to your panels.
    5352
    5453left:
    55 
    5654optional. As default left defined in css/rollover-tab.css (Value is "1px"). If you wanted to make space in left of tabs, you could set greater value to this attribute. "0" or "0px" is NOT recommended due to avoid lack of border.
    5755
    5856right:
    59 
    6057optional. Default value is false. If you wanted to make tabs align right, you could set "1px" or greater value to this attribute. If "left" attribute was setted, this attribute would be ignored. "0" or "0px" is NOT recommended due to avoid lack of border.
    6158
    6259scroll:
    63 
    6460optional boolean. As default panel has no scroll bar. If scroll attribute was set "true", panel will have scroll bar.
    6561
    6662label:
    67 
    6863caption of tabs, required.
    6964
Note: See TracChangeset for help on using the changeset viewer.