ca - BIC Calendar es un simple calendari per marcar esdeveniments. Un plugin de jQuery i Twitter Bootstrap.
en - BIC Calendar is a simple calendar to mark events, a jQuery plugin and Twitter Bootstrap.
- ~jQuery 1.7.2
- ~Twitter Bootstrap 2.0
$(document).ready( function(){
//create a array [data, text, link, color]
var events = [
[ '21/1/2010', 'SENTMENAT', '', '#999' ],
[ '23/5/2012', 'SANTA COLOMA DE GRAMENET - Barcelonès Nord', 'http://ca.gettingcontacts.com/events/view/gramanet', '#999' ]
];
//create the calendar
$('#calendari_lateral').bic_calendar({
events: events
});
} );
-
dias
- default: ["l", "m", "x", "j", "v", "s", "d"]
-
nombresMes
- default: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"]
-
show_days
- default: true
-
pop_orientation
- default: 'right'
-
tip_orientation
- default: 'top'