Sha256: 76d23ffb7d5d0c52463d4453669b494cc6dbd5fd00c94802de5e4e767c3543d8

Contents?: true

Size: 885 Bytes

Versions: 1

Compression:

Stored size: 885 Bytes

Contents

Vedeu.interface '<%= object.name %>' do
  # border 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 each border:
    # show_bottom!
    # show_left!
    # show_right!
    # show_top!

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

    # Define the title of the interface
    # title '<%= object.name %>'
  # end

  # background

  # colour

  # cursor!

  # focus!

  # foreground

  # geometry do
    # centred!
    # x      1
    # y      1
    # xn     11
    # yn     11
    # height 10
    # width  10
  # end

  # style

  # zindex
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vedeu-0.4.41 lib/vedeu/generator/templates/application/app/views/interfaces/name.erb