
內容簡介
總結:想要建立新的排程管理器,只需進入管理者儀表板,點選「排程管理器」再選擇「新增排程器」,在「事件清單」框中創建事件,點擊「發佈」,最後點擊永久連結以查看結果。
1. 如何建立新的排程管理器?
- 前往管理者儀表板。
- 點選「排程管理器」,然後選擇「新增排程器」。
- 在「事件清單」框中創建一些事件。
- 點擊「發佈」。
2. 如何查看建立的新排程管理器結果?
- 點擊永久連結以查看結果。
外掛標籤
開發者團隊
原文外掛簡介
[mormat_scheduler] is a shortcode that render an event scheduler component. The purpose was to provide an alternative to Google’s scheduler.
The scheduler offers three calendar views : day, week or month.
Events can be created, edited and deleted directly from the scheduler (which can be done by logged in users only).
Drag and drop is also available.
Shortcode parameters
height : Define the height of the scheduler. It must be a css compatible value (for instance “640px” or “70vh”).
initial_date : A date from which the scheduler will start displaying the events. If not provided, the current date system will be used. A string formatted as “yyyy-mm-dd” can be provided or any value compatible with the Date javascript object.
default_view: The default view used for displaying events. Allowed values are “day”, “week” or “month”. Default value is “week”
events_namespace: Useful only if you need to display and manage a specific set of events. The default value is “”.
locale : i18n locale used for displaying dates (For instances en, en_US or en_GB). Default value is the website’s current locale.
