/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
/**
* Init of a flip-form-element
*
* @param id of the form-element
* @param init-value
*/
{% macro flip_init(id, val) %}
{% endmacro %}
/**
* Init of a select-form-element
*
* @param id of the form-element
* @param init-value
*/
{% macro select_init(id, val) %}
{% endmacro %}
/**
* Init of a text-form-element
*
* @param id of the form-element
* @param init-value
*/
{% macro text_init(id, val) %}
{% endmacro %}