Lines Matching defs:text
2 * Functions for text editing (toolbar stuff)
60 * Creates a picker window for inserting text
62 * The given list can be an associative array with text,icon pairs
63 * or a simple list of text. Style the picker window through the picker
99 // associative array -> treat as text => image pairs
109 // a list of text -> treat as text picker
110 $makebutton(item).text(item);
129 function pickerInsert(text,edid){
130 insertAtCarret(edid,text);
157 * @param {string} textboxId ID of the text field