Skip to content

HowToFormDimensions

iraichi edited this page Apr 24, 2015 · 2 revisions

How to force Form dimensions

To specify Width ane Height of a form implement the MainTable/Controller/PopupWindow node in the View as in the following example from HelloKitto:

#view dolls.yaml

Type: Data
Controller: List
...
MainTable:
  Model: Doll
  Fields:
.....
  Controller:
    PopupWindow:
      Height: 500
      Width: 400

Clone this wiki locally