Plugin Directory

Changeset 1126297


Ignore:
Timestamp:
04/02/2015 01:00:47 PM (11 years ago)
Author:
rahendz
Message:

update readme.txt

Location:
raphicon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • raphicon/tags/2.1/readme.txt

    r1126296 r1126297  
    1818
    1919A. RAphicon Button
    20     1. Edit/Add New any Page or Post
    21     2. In the visual editor you will see a "RAphicon" button. Click the button.
    22     3. You will now be presented with a selection window box.
    23     4. Simply select any icon and the shortcode will be placed into your post/page!
     201. Edit/Add New any Page or Post
     212. In the visual editor you will see a "RAphicon" button. Click the button.
     223. You will now be presented with a selection window box.
     234. Simply select any icon and the shortcode will be placed into your post/page!
    2424
    2525
    2626B. Manual Shortcode
    27     * For default glyphicon shortcode :
    28     `[glyphicon type="icon_name"]`
    29     * For default dashicons shortcode :
    30     `[dashicons type="icon_name"]`
    31     * And you could put size and color attribute also:
    32     `[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]`
    33     * it will looks like this:
    34     `[glyphicon type="asterisk" size="20em" color="#999999"]`
     27* For default glyphicon shortcode :
     28`[glyphicon type="icon_name"]`
     29* For default dashicons shortcode :
     30`[dashicons type="icon_name"]`
     31* And you could put size and color attribute also:
     32`[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]`
     33* it will looks like this:
     34`[glyphicon type="asterisk" size="20em" color="#999999"]`
    3535
    3636
    3737C. Native Style (HTML Tag)
    38     Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code:
    39     `<span class="glyphicon glyphicon-icon_name"></span>` or
    40     `<span class="dashicons dashicons-icon_name"></span>`
     38Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code:
     39`<span class="glyphicon glyphicon-icon_name"></span>` or
     40`<span class="dashicons dashicons-icon_name"></span>`
    4141
    4242== Installation ==
  • raphicon/trunk/readme.txt

    r1126296 r1126297  
    1818
    1919A. RAphicon Button
    20     1. Edit/Add New any Page or Post
    21     2. In the visual editor you will see a "RAphicon" button. Click the button.
    22     3. You will now be presented with a selection window box.
    23     4. Simply select any icon and the shortcode will be placed into your post/page!
     201. Edit/Add New any Page or Post
     212. In the visual editor you will see a "RAphicon" button. Click the button.
     223. You will now be presented with a selection window box.
     234. Simply select any icon and the shortcode will be placed into your post/page!
    2424
    2525
    2626B. Manual Shortcode
    27     * For default glyphicon shortcode :
    28     `[glyphicon type="icon_name"]`
    29     * For default dashicons shortcode :
    30     `[dashicons type="icon_name"]`
    31     * And you could put size and color attribute also:
    32     `[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]`
    33     * it will looks like this:
    34     `[glyphicon type="asterisk" size="20em" color="#999999"]`
     27* For default glyphicon shortcode :
     28`[glyphicon type="icon_name"]`
     29* For default dashicons shortcode :
     30`[dashicons type="icon_name"]`
     31* And you could put size and color attribute also:
     32`[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]`
     33* it will looks like this:
     34`[glyphicon type="asterisk" size="20em" color="#999999"]`
    3535
    3636
    3737C. Native Style (HTML Tag)
    38     Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code:
    39     `<span class="glyphicon glyphicon-icon_name"></span>` or
    40     `<span class="dashicons dashicons-icon_name"></span>`
     38Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code:
     39`<span class="glyphicon glyphicon-icon_name"></span>` or
     40`<span class="dashicons dashicons-icon_name"></span>`
    4141
    4242== Installation ==
Note: See TracChangeset for help on using the changeset viewer.