嵌入式预定系统 Booking-js

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-03 14:11:56

软件介绍

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) {}

  }
}

本文地址:https://codercto.com/soft/d/22573.html

写给大忙人看的Java SE 8

写给大忙人看的Java SE 8

【美】Cay S. Horstmann(凯.S.霍斯曼) 编 / 张若飞 / 电子工业出版社 / 2014-11 / 59.00元

《写给大忙人看的Java SE 8》向Java开发人员言简意赅地介绍了Java 8 的许多新特性(以及Java 7 中许多未被关注的特性),《写给大忙人看的Java SE 8》延续了《快学Scala》“不废话”的风格。 《写给大忙人看的Java SE 8》共分为9章。第1章讲述了lambda表达式的全部语法;第2章给出了流的完整概述;第3章给出了使用lambda表达式设计库的有效技巧;第4章......一起来看看 《写给大忙人看的Java SE 8》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具