Sha256: 58302c5f682c088081a2703d906a5b73ef5a33baaec2b1b4de8d4ce4e9d22f7c
Contents?: true
Size: 287 Bytes
Versions: 3
Compression:
Stored size: 287 Bytes
Contents
# This component has the header hidden by custom CSS class ComponentWithCustomCss < Netzke::Base js_property :title, "ComponentWithCustomCss" js_property :html, "A component with the header hidden by means of custom CSS" css_include "#{File.dirname(__FILE__)}/custom.css" end
Version data entries
3 entries across 3 versions & 1 rubygems