Method: Vedeu::Interfaces::DSL#zindex
- Defined in:
- lib/vedeu/interfaces/dsl.rb
#zindex(value) ⇒ Fixnum Also known as: z_index, z
Set the zindex of the interface. This controls the render order of interfaces. Interfaces with a lower zindex will render before those with a higher zindex.
309 310 311 |
# File 'lib/vedeu/interfaces/dsl.rb', line 309 def zindex(value) model.zindex = value end |