嵌入式预定系统 Booking-js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/timekit-io/booking-js
软件介绍
Booking-js 是一个简单漂亮的嵌入式预定系统。它用 FullCalendar 来自定义主题。
示例代码:
{ // Required
email: '',
// Your Timekit user's email (used for auth)
apiToken: '',
// Your Timekit user's apiToken (as generated through the wizard)
calendar: '',
// Your Timekit calendar ID that bookings should end up in
// Optional
targetEl: '#bookingjs',
// Which element should we the library load into
name: '',
// Display name to show in the header and timezone helper
avatar: '',
// Provide an image URL for a circular image avatar
autoload: true,
// Auto initialization if config object is found on window var
includeStyles: true,
// Inject fullCalendar and library styles in <head>
showCredits: true,
// Display a "Powered by Timekit" attribution footer (thanks!)
// Internationalization
localization: {
showTimezoneHelper: true,
// Should the timezone difference helper (bottom) be shown?
timeDateFormat: '12h-mdy-sun'
// For EU-style formatting, use '24h-dmy-mon' (see below)
}
// Timekit JS SDK (see below)
timekitConfig: { ... },
// Timekit FindTime endpoint (see below)
timekitFindTime: { ... },
// Timekit CreateEvent endpoint (see below)
timekitCreateEvent: { ... },
// FullCalendar options (see below)
fullCalendar: { ... },
// Register callbacks on events
callbacks: {
findTimeStarted:
function(args) {},
findTimeSuccessful:
function(response) {},
findTimeFailed:
function(response) {},
createEventStarted:
function(args) {},
createEventSuccessful:
function(response) {},
createEventFailed:
function(response) {},
getUserTimezoneStarted:
function(args) {},
getUserTimezoneSuccesful: function(response) {},
getUserTimezoneFailed: function(response) {},
fullCalendarInitialized: function() {},
renderCompleted: function() {},
showBookingPage: function(event) {},
closeBookingPage: function() {},
submitBookingForm: function(values) {}
}
}JAVA核心技术卷2
Cay S. Horstmann、Gary Cornell / 陈昊鹏、王浩、姚建平 / 机械工业出版社 / 2008-12 / 118.00元
《JAVA核心技术卷2:高级特征》是Java技术权威指南,全面覆盖Java技术的高级主题,包括流与文件、XML、网络、数据库编程、高级Swing、高级 AWT、JavaBean构件、安全、分布式对象、脚本、编译与注解处理等,同时涉及本地化、国际化以及Java SE 6的内容。《JAVA核心技术卷Ⅱ:高级特征》对Java技术的阐述精确到位,叙述方式深入浅出,并包含大量示例,从而帮助读者充分理解Jav......一起来看看 《JAVA核心技术卷2》 这本书的介绍吧!
html转js在线工具
html转js在线工具
RGB CMYK 转换工具
RGB CMYK 互转工具
