Home
last modified time | relevance | path

Searched refs:hintText (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1TextInput.php27 public $hintText; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1TextInput
66 public function setHintText($hintText) argument
68 $this->hintText = $hintText;
75 return $this->hintText;
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js169 var hintText = null;
174 hintText = 'Double click anywhere in the diagram to insert text.';
187 hintText = 'Need help with connections?';
193 if (hintText != null && !this.hideSearchHint)
202 mxUtils.write(link, hintText);