Apple Newton Utilities Guide de l'utilisateur Page 182

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 942
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 181
CHAPTER 4
NewtApp Applications
4-44 Summary of the NewtApp Framework
UpdateText: // Used with Undo to update text to new text
func(newText)..., //
}
newtNRLabelTimeInputLine 4
pickerLabelTimeInputLine:= { // Input through TimePopup picker
_proto: newtNRLabelTimeInputLine,
label: "",// Text for input line label
access: 'pickOnly,// Could be 'readOnly
flavor: newtTimeFilter,// Don’t change
path: 'pathExpr,// Data stored/retrieved from here
UpdateText: // Used with Undo to update text to new text
func(newText)..., //
}
newtLabelPhoneInputLine 4
aLabelPhoneInputLine:= { // Labelled phone input line
_proto: newtLabelPhoneInputLine,
label: "",// Text for input line label
usePopup: true,// When true with labelCommands array
// picker is enabled
access: 'readWrite,// Could be 'readOnly or 'pickOnly
flavor: newtPhoneFilter,// Don’t change
memory: nil, // most recent picker choices
path: 'pathExpr,// Data stored/retrieved from here
ChangePopup: // change picker items before they display
func(item, entry)..., //
UpdateText: // Used with Undo to update text to new text
func(newText)..., //
}
newtSmartNameView 4
smartNameLine:= { // protoPeoplePicker Input
_proto: newtSmartNameView, // from Names soup
label: "",// Text for input line label
access: 'readWrite,// Could be 'readOnly or 'pickOnly
flavor: newtSmartNameFilter,// Don’t change
path: 'pathExpr,// Data stored/retrieved from here
UpdateText: // Used with Undo to update text to new text
func(newText)...,
}
Vue de la page 181
1 2 ... 177 178 179 180 181 182 183 184 185 186 187 ... 941 942

Commentaires sur ces manuels

Pas de commentaire