Your IP : 216.73.216.84


Current Path : /home/h/e/l/helpink/www/modules/mod_uk_progressbar/forms/
Upload File :
Current File : /home/h/e/l/helpink/www/modules/mod_uk_progressbar/forms/form.xml

<?xml version="1.0" encoding="UTF-8"?>
<form>
	<field name="cols" type="radio" label="Show and Hide Items for better Overview" default="0" >
		<option value="0">JHIDE</option>
		<option value="1">JSHOW</option>
	</field>

    <field name="title" type="text" label="Title" class="input-large"  showon="cols!:0"/>
	<field name="progress_bg" type="color" label="Bar Background" class="input-small"  showon="cols!:0"/>
	<field name="skill_value" type="text" label="Skill Value" default="65" class="input-small"  showon="cols!:0"/>
	<field name="skill_bg" type="list" label="Skill Background" default="uk-card uk-card-default" showon="cols!:0">
		<option value="">Blue</option>
		<option value="bg-success">Green</option>
		<option value="bg-info">Dark Blue</option>
		<option value="bg-danger">Red</option>
		<option value="bg-warning">Yellow</option>
	</field>
</form>