fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove mismatched html tags
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentToolbar
/
templates
/
actionViewSelection.html
1
<select param="<%= paramName %>">
2
<option value=""></option>
3
<% options.forEach(function(option) { %>
4
<option value="<%= option.id %>"><%= option.name %></option>
5
<% }); %>
6
</select>