cronapp-framework-js
Version:
Javascript library for CronApp's projects
5 lines • 1.28 kB
HTML
<div class="form-group" id="cron-${COMPONENTID}">
<label for="cron-${COMPONENTID}" class="">Label</label>
<cron-select options="{"headerTemplate":"","template":"","footerTemplate":"","placeholder":"Selecione um item...","dataSourceScreen":{"schema":[]},"filter":"contains","dataTextField":"value","dataValueField":"key","dynamic":false,"valuePrimitive":true,"relationDataSource":{"schema":[]},"staticDataSource":[{"key":"1","value":"Valor 1"},{"key":"2","value":"Valor 2"},{"key":"3","value":"Valor 3"}],"filterKeyValues":{"":"","contains":"Contendo","startswith":"Iniciando com","endswith":"Final com"},"initValue":"","firstValue":false,"changeCursor":true}" ng-required="false" id="cron-${COMPONENTID}" ng-model="vars.combobox${RANDOM}" class="crn-select form-control k-textbox" style="">
</cron-select>
</div>