=== choco === Contributors: AI.Takeuchi Description: Rewrite content by ajax, using TinyMCE. Provide rewrite areas. These is html block, embed calendar, date, temporary information. Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P8LCVREFDKWFW Tags: plugin, ajax, TinyMCE, embed calendar, date, temporary information. Requires at least: 4.1 Tested up to: 4.9.5 Stable tag: 1.33 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Rewrite content by ajax, using TinyMCE. Provide rewrite areas. These is html block, embed calendar, date, temporary information. == Installation == 1. Install plugin and activate 2. Write Shortcodes, Html Blocks. == Usage == * Write shortcode or html tag with choco class. = calendar shortcode = * You can use the new 'choco calendar'. Activate plugin 'choco calendar'. e.g. [choco_calendar] [choco_calendar year=2015 month=4] [choco_calendar month=-4 year=+1 caption_format="Y F" weeks="日,月,火,水,木,金,土" week_format=l monday=true padding=true classes="class1 class2"] value: year: 2015, 2016, or ..., -2, -1, +1, +2, ... month: 1 to 12 or ..., -2, -1, +1, +2, ... caption_format: "F Y", "Y年n月", ... week_format: l, D, ... weeks: "S,M,T,W,T,F,S", "日,月,火,水,木,金,土", ... monday: true or nothing padding: true or nothing classes: user define classes "class1 class2 ..." See date/time format: http://php.net/manual/en/function.date.php (japanese: http://php.net/manual/ja/function.date.php) = date shortcode = e.g. [choco_date] Copyright © 2015 - [choco_date format='Y' classes='not_choco'] example.com [choco_date year=2016 month=5 date=17] [choco_date month=-4 year=+1 format="Y F $k" weeks="日,月,火,水,木,金,土" id="next" classes="class1 class2"] value: year: 2015, 2016, or ..., -2, -1, +1, +2, ... month: 1 to 12 or ..., -2, -1, +1, +2, ... format: "F Y", "Y年n月", ... weeks: "S,M,T,W,T,F,S", "日,月,火,水,木,金,土", ... tag: span, div, ... id: user define id "class1 class2 ..." classes: user define classes "class1 class2 ..." tz: "GMT", "JST", ... See date/time format: http://php.net/manual/en/function.date.php (japanese: http://php.net/manual/ja/function.date.php) = table shortcode = e.g. [choco_table id="table-1" classes="clear full" caption="Title" title="col" style="border 1px solid #eee;"] test|123 echo|123\n456 [/choco_table] value: id: user define id classes: user define classes "class1 class2 ..." caption: table caption title: 'col' or 'row' or 'both' style: css style string = definition list shortcode = e.g. [choco_dl id="list-1" classes="clear full" style="margin: 0; padding: 0;"] test|123\n456 echo|123 456 [/choco_dl] value: id: user define id classes: user define classes "class1 class2 ..." style: css style string = such temporary memo or information = e.g. [choco_memo tag="div" name="memo" style="width:80%;min-height:1em;margin:0 auto;" text="Click Here!"] above shortcode output below tag: `