Apple Newton Utilities Guia do Utilizador Página 251

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 942
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 250
CHAPTER 6
Pickers, Pop-up Views, and Overviews
Summary 6-51
protoDatePicker 6
aProtoDatePicker := {
_proto: protoDatePicker,
selectedDates: array, // selected date
DateChanged: function, // called when date is selected
Refresh: function, // update view with new dates
...
}
protoDateNTimePopup 6
protoDateNTimePopup := {
_proto: protoDateNTimePopup,
New: function, // creates pop-up view
NewTime: function, // called when time changes
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
protoDateIntervalPopup 6
protoDateIntervalPopup := {
_proto: protoDateIntervalPopup,
New: function, // creates pop-up view
NewTime: function, // called when time changes
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
protoMultiDatePopup 6
protoMultiDatePopup := {
_proto: protoMultiDatePopup,
New: function, // creates pop-up view
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
Vista de página 250
1 2 ... 246 247 248 249 250 251 252 253 254 255 256 ... 941 942

Comentários a estes Manuais

Sem comentários