mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-20 12:20:17 +08:00
initially commit for new docs branch
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
|
||||
buttonText *1.3*
|
||||
================
|
||||
|
||||
Text that will be displayed on buttons of the header.
|
||||
|
||||
<div class='spec' markdown='1'>
|
||||
Object, *default*:
|
||||
|
||||
{
|
||||
prev: ' ◄ ', // left triangle
|
||||
next: ' ► ', // right triangle
|
||||
prevYear: ' << ', // <<
|
||||
nextYear: ' >> ', // >>
|
||||
today: 'today',
|
||||
month: 'month',
|
||||
week: 'week',
|
||||
day: 'day'
|
||||
}
|
||||
</div>
|
||||
|
||||
If you wanted to change the prev/next buttons to use < and > characters,
|
||||
here what you would do:
|
||||
|
||||
$('#calendar').fullCalendar({
|
||||
buttonText: {
|
||||
prev: '<',
|
||||
next: '>'
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user