嵌入式预定系统 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

Web站点优化

Web站点优化

金 / 2009-10 / 55.00元

《Web站点优化》为您提供有效的策略以及精准的技术,让您的网站吸引更多用户,并成功地将他们都转换为最终的购买者。这绝对是现在网络营销成功之路上的指明灯!几年前,所谓“优化过”的网站不过是指加载速度快、兼容绝大多数浏览器而已。而现在,为了提升商业竞争力,网站优化需要做的远不止这些:它需要吸引客户、与客户交互以及说服客户等。 《Web站点优化》就为您提供了众多来自首席专家们的意见,囊括了在线营销......一起来看看 《Web站点优化》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器