Sha256: aec6bf6e56580d5485a8cc07195d645c12a0c4125ed7593a635c6da078bebf8f

Contents?: true

Size: 961 Bytes

Versions: 2

Compression:

Stored size: 961 Bytes

Contents

# frozen_string_literal: true

# Defines a border for the interface/view with the same name.
#
Vedeu.border '<%= object.name %>' do
  # Define colour and style of border
  #
  # colour foreground: '#ffffff', background: '#000000'
  # style  'normal'

  # Define visibility of border. Uncomment one of these:
  #
  # enable!
  # disable!

  # Individually control the visibility of each border:
  #
  # hide_bottom!
  # hide_left!
  # hide_right!
  # hide_top!
  #
  # show_bottom!
  # show_left!
  # show_right!
  # show_top!

  # Define characters used to draw border:
  #
  # Corners:
  #
  # bottom_right '+'
  # bottom_left  '+'
  # top_right    '+'
  # top_left     '+'
  #
  # Sides:
  #
  # horizontal   '-'
  # vertical     '|'

  # Define the title of the interface, this is displayed in the top
  # border.
  #
  # title '<%= object.name %>'

  # Define the caption of the interface, this is displayed in the
  # bottom border.
  #
  # caption ''
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vedeu_cli-0.0.10 lib/vedeu/cli/templates/application/app/views/interfaces/borders/name.erb
vedeu_cli-0.0.9 lib/vedeu/cli/templates/application/app/views/interfaces/borders/name.erb