Index of HTabItem

HTabItem:

  • nu(rect,parent,options)

Index of Classes

core.js

  • Object
  • HClass
  • BROWSER_TYPE
  • ELEM
  • Event
  • SHA
  • HSystem
  • HValueResponder
  • HApplication
  • COMM
  • COMM.Queue
  • COMM.Session
  • COMM.Transporter
  • COMM.SessionWatcher
  • COMM.URLResponder
  • COMM.Values
  • HValue
  • COMM.JSLoader
  • COMM.JSONRenderer
  • HValueMatrixInterface
  • HValueMatrix
  • HPoint
  • HRect
  • HThemeManager
  • HMarkupView
  • HMorphAnimation
  • HViewDefaults
  • HView
  • HEventResponder
  • HDummyValue
  • EVENT
  • HControlDefaults
  • HControl
  • HDynControl
  • HCenterView
  • HMiddleView
  • HScrollView
  • HInlineView

controls.js

  • HButton
  • HClickButton
  • HCheckbox
  • HRadioButton
  • HStringView
  • HTextControl
  • HNumericTextControl
  • HPasswordControl
  • HTextArea
  • HUploader
  • HSlider
  • HVSlider
  • HProgressBar
  • HProgressIndicator
  • HImageView
  • HStepper
  • HValidatorView
  • HWindow
  • HTab
  • HTabView
  • HTabItem
  • HSheet
  • HAlertSheet
  • HConfirmSheet

datetime.js

  • HDateTime
  • HCalendar
  • HTimeSheet
  • HTimeSheetItem
  • HTimeSheetEditor

lists.js

  • HListItems
  • HCheckboxList
  • HRadioButtonList
  • HPropertyList
  • HPropertyListEditor
  • HMiniMenu
  • HMiniMenuItem

HTabItem

Description

HTabItem is a wrapper for creating tabs as subviews when using JSONRenderer. rect is ignored parent is the HTab instance options may contain the following: select: true|false, passed on to addTab label: true|false, passed on to addTab

Returns

a new HTabView instance returned by addTab