module Clndr::Template
Constants
- BLANK
blank template CLNDR generate simple table
- FULL
full template
- MINI
mini template
- SIMPLE
simple template without month change control
Public Class Methods
from_html(selector)
click to toggle source
get template from html by selector
# File lib/clndr-rails/templates.rb, line 90 def self.from_html(selector) "$(\"#{selector}\").html()".html_safe end