Searched defs:addTextInput (Results 1 – 5 of 5) sorted by relevance
55 …addTextInput<TSettings>(config: FieldConfigEditorConfig<TOptions, TSettings & StringFieldConfigSet… method in FieldConfigEditorBuilder211 …addTextInput<TSettings>(config: PanelOptionsEditorConfig<TOptions, TSettings & StringFieldConfigSe… method in PanelOptionsEditorBuilder
44 addTextInput?<TSettings extends StringFieldConfigSettings = StringFieldConfigSettings>( method
207 public function addTextInput($name, $label = '', $pos = -1) { function in dokuwiki\\Form\\Form
106 void Dialog::addTextInput(Common::Point position, int width, int height) { in addTextInput() function in MacVenture::Dialog