2016-01-22 47 views
0

我需要在「標籤」字段中輸入大量關鍵字(6000)。由於某些原因,如果以逗號分隔標籤,標籤無法正確輸入,唯一的方法是在每個標籤後面輸入「return」鍵逐個輸入標籤。將多個標籤輸入到<ui標籤下拉列表字段中

你知道我如何以簡單/自動的方式輸入它們嗎?我嘗試宏,但不能正常工作...

我認爲它必須與「ui-tags-drop」字段一起看到所有輸入被寫入並且在返回時創建一個新的並被添加到「 UI級隱藏」。我不是技術用戶,但是,

非常感謝您的幫助!下面是該領域的代碼:

<div class="ui-tags" style="width: calc(100% - 289px);float: right;margin-right:-2px;"> 
<span class="tag" data-value="cumberlandhotellondon">cumberlandhotellondon<i></i></span> 
<span class="tag" data-value="studios2let">studios2let<i></i></span> 
<span class="tag" data-value="cromwellcrown">cromwellcrown<i></i></span> 
<span class="tag" data-value="stgileshotel">stgileshotel<i></i></span> 

<input class="ui-tags-input" type="text" style="width: 134.063px;"> 
<input class="ui-tags-hidden targeting-rule-value-sub-val" type="hidden" value="cumberlandhotellondon|studios2let|cromwellcrown|stgileshotel||> 

<ul class="ui-tags-drop" style="display: none;"> 
<li data-value="" value="">&nbsp;</li></ul></div> 

回答

0

剛剛找到答案巧合,有獨立的所有關鍵字「|」它的竅門!