Calendar Solution's API for WordPress Shortcodes
WordPress has Shortcode functionality built in as of version 2.5.
The following Attributes are available for use with all Shortcodes. Some formats have additional Attributes; see the documentation for each function for more details.
# Examples # MonthTitle, date dropdown list on top, date navigation on bottom. [calendar_solution_monthtitle limit_form_top="datelist" date_navigation_bottom=""] # QuickTable, five rows, navigation for more events on the bottom. [calendar_solution_quicktable frequent_event_id="6" limit="5,null" limit_navigation_bottom=""]
Calendar Solution is a trademark of The Analysis and Solutions Company.
Shortcode handler for producing a list of events laid out in a calendar grid format
See CalendarSolution_List_Calendar::get_rendering() for more details regarding this format.
See wordpress_shortcodes.php for a list of attributes that can be used with this shortcode.
This shortcode has additional optional attributes:
Shortcode handler for producing a table of events showing details about each entry
See CalendarSolution_List_DetailTable::get_rendering() for more details regarding this format.
See wordpress_shortcodes.php for a list of attributes that can be used with this shortcode.
This shortcode has additional optional attributes:
Shortcode handler for producing a table of events showing significant info about each event
See CalendarSolution_List_List::get_rendering() for more details regarding this format.
See wordpress_shortcodes.php for a list of attributes that can be used with this shortcode.
This shortcode has additional optional attributes:
Shortcode handler for producing a table of events showing their dates and names, grouped by month
See CalendarSolution_List_MonthTitle::get_rendering() for more details regarding this format.
See wordpress_shortcodes.php for a list of attributes that can be used with this shortcode.
This shortcode has additional optional attributes:
Shortcode handler for producing a table of events showing basic info about each entry
See CalendarSolution_List_QuickTable::get_rendering() for more details regarding this format.
See wordpress_shortcodes.php for a list of attributes that can be used with this shortcode.
This shortcode has additional optional attributes:
Shortcode handler for producing a table of events showing their dates and names
See CalendarSolution_List_Title::get_rendering() for more details regarding this format.
See wordpress_shortcodes.php for a list of attributes that can be used with this shortcode.
Shortcode handler for producing an "unordered list" of events showing their dates and names
See CalendarSolution_List_Ul::get_rendering() for more details regarding this format.
See wordpress_shortcodes.php for a list of attributes that can be used with this shortcode.
Documentation generated on Wed, 21 Mar 2012 14:16:45 -0400 by phpDocumentor 1.4.4