yoh786 / checkmarc

CheckMarc - Service-Now AutoCompleter
1 stars 1 forks source link

code for team paste #4

Closed yoh786 closed 5 years ago

yoh786 commented 5 years ago

generate team name and populate text field

http://wordtohtml.net - Great place to easily get formatted HTML; get from word doc.

yoh786 commented 5 years ago
<input id="sys_display.incident.assignment_group" name="sys_display.incident.assignment_group" aria-labelledby="label.incident.assignment_group" type="text" autocomplete="off" autocorrect="off" value="" data-type="ac_reference_input" data-completer="AJAXReferenceCompleter" data-dependent="null" data-ref-qual="true" data-ref="incident.assignment_group" data-ref-key="null" data-ref-dynamic="false" data-name="assignment_group" data-table="sys_user_group" class="form-control element_reference_input ref_invalid" style="; width:220px;" spellcheck="false" onfocus="if (!this.ac) addLoadEvent(function() {var e = gel('sys_display.incident.assignment_group'); if (!e.ac) new AJAXReferenceCompleter(gel('sys_display.incident.assignment_group'), 'incident.assignment_group', 'null', 'true'); e.ac.onFocus();})" aria-required="true" aria-invalid="true" role="combobox" aria-autocomplete="list" aria-owns="AC.incident.assignment_group" title="Invalid reference" data-original-title="Invalid reference" aria-expanded="false">
yoh786 commented 5 years ago

Closing for ref