| 12345678910111213141516171819202122232425262728293031 | <!-- Licensed Materials - Property of IBM     BI and PM: Mobile     (C) Copyright IBM Corp. 2007, 2012     US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. --><div class="prompt" ${prompt} roots="<%def items = [];prompt.roots.each {	items += "{displayValue:'${it.displayValue}', useValue:'${it.useValue}'}"}out << "{treePromptNode:{options:[" + items.join(",") + "]}}"%>" ancestors="<%items = [];prompt.selectionsAncestry.each{	items += "'" + com.cognos.mobile.common.CMUrlHelper.encodeUrl(it) + "'" }out << "[" + items.join(",") + "]"%>" defaults="<%items = [];prompt.defaultsKeys.each{	items += "'" + it + "'" }out << "[" + items.join(",") + "]"%>"><%    if( !label ) out << "<label>${prompt.name}</label>"%><div id="msg${prompt.name}"></div>Tree prompt</div>
 |