Class: Kuhsaft::LinkBrick

Inherits:
Brick
  • Object
show all
Defined in:
app/models/kuhsaft/link_brick.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Brick

#available_display_styles, #backend_label, #brick_list_type, #cache_key, #has_siblings?, #parents, #partial_digest, #set_position, #to_edit_childs_partial_path, #to_edit_partial_path, #to_style_id, #translated_available_display_styles, #update_fulltext

Methods included from BrickList

#allowed_brick_types, #brick_types, included, #renders_own_childs?, #to_brick_item_id, #to_brick_list_id, #uploader?, #user_can_delete?, #user_can_save?

Class Method Details

.stylesObject



5
6
7
# File 'app/models/kuhsaft/link_brick.rb', line 5

def self.styles
  %w(pdf word excel button external)
end

Instance Method Details

#collect_fulltextObject



13
14
15
# File 'app/models/kuhsaft/link_brick.rb', line 13

def collect_fulltext
  [super, caption].join(' ')
end

#to_style_classObject



9
10
11
# File 'app/models/kuhsaft/link_brick.rb', line 9

def to_style_class
  [super, link_style.presence].join(' ')
end

#user_can_add_childs?Boolean

Returns:

  • (Boolean)


17
18
19
# File 'app/models/kuhsaft/link_brick.rb', line 17

def user_can_add_childs?
  false
end