Searched refs:textarea (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/samples/ |
| D | bright-blue.lss | 18 textarea: normal: white: cyan 21 # type-less input is the same as type=text (similar to textarea)
|
| D | mailto-form.pl | 229 print $q->textarea(-name=>'body',
|
| /mirbsd/src/gnu/usr.bin/perl/lib/CGI/eg/ |
| D | monty.cgi | 53 print $query->textarea(-name=>'Comments',
|
| /mirbsd/src/gnu/usr.bin/perl/lib/CGI/t/ |
| D | no_tabindex.t | 120 is(textarea(-name=>'foo',
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | HTML.c | 359 HTChunkPutc(&me->textarea, uc); in HTML_put_character() 546 HTChunkPuts(&me->textarea, s); in HTML_put_string() 4981 HTChunkClear(&me->textarea); in HTML_start_element() 6819 HTChunkTerminate(&me->textarea); in HTML_end_element() 6847 TRANSLATE_AND_UNESCAPE_ENTITIES6(&me->textarea.data, in HTML_end_element() 6865 TRANSLATE_HTML7(&me->textarea.data, in HTML_end_element() 6872 data = me->textarea.data; in HTML_end_element() 6971 HTChunkClear(&me->textarea); in HTML_end_element() 7332 if (me->textarea.size > 0) { in HTML_free() 7341 HTChunkTerminate(&me->textarea); in HTML_free() [all …]
|
| D | HTML.h | 100 HTChunk textarea; /* Grow by 128 */ member
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | CHANGES | 149 field, to allow a return in any text-like field other than textarea to cause 183 * extend ^X-e editing of textarea's to include single-line fields -TD 801 * parse doctype for xhtml, to tell when empty tags such as "<textarea />" can 2018 textarea is adjusted (report by Thorsten Glaser) -TD 3756 textarea:normal:white:cyan 3757 # type-less input is the same as type=text (similar to textarea) 4828 needed any more to invoke the special textarea commands (but it's still 4832 * correction in code executed after textarea external editing (that determines 4902 * removed a bug in automatic textarea growing. Textarea would grow by 4904 screen (if that was not actually the last line in the textarea). New [all …]
|
| D | lynx.cfg | 896 # into form text and textarea fields. Older versions of Lynx do this trimming 1626 # option to set the initial line-position, when editing files and textarea. 2506 #KEYMAP:e:EDIT # Edit current document or form's textarea (call: ^Ve) 2550 #*** Only useful in a form textarea, need PASS or prefixing with ^V: *** 2551 #KEYMAP:???:EDITTEXTAREA # use external editor to edit a form textarea 2552 #KEYMAP:???:GROWTEXTAREA # Add some blank lines to bottom of textarea 2553 #KEYMAP:???:INSERTFILE # Insert file into a textarea (just above cursor)
|