Skip to content

PKUI.CORE.visibleViewsWidth

kerrishotts edited this page Nov 14, 2012 · 1 revision

(part of PKUI.CORE)

Return Type: number

Parameters: none

Called in order to determine the width of all the views visible on the screen. This should only ever be used when the view handling method is the column method.

Calculating this value iterates through all the views on the view stack that are defined as visible. If the view has a _columnWidth property defined, that value is used -- otherwise the value is defaulted to 320.

Version

0.2 Introduced; Docs Valid

Clone this wiki locally