Module: Vedeu::Cursors::DSL

Includes:
DSL::Cursors
Defined in:
lib/vedeu/cursors/dsl.rb

Overview

Control the visibility of the cursor for each interface/view.

See cursors See cursors

Instance Method Summary collapse

Instance Method Details

#cursor(value = true) ⇒ Vedeu::Cursors::Cursor Originally defined in module DSL::Cursors

Set the cursor visibility on an interface.

#cursor!Vedeu::Cursors::Cursor Also known as: show_cursor! Originally defined in module DSL::Cursors

Set the cursor to visible for the interface or view.

#no_cursor!Vedeu::Cursors::Cursor Also known as: hide_cursor! Originally defined in module DSL::Cursors

Set the cursor to invisible for the interface or view.