Web components (eng)
Web Components is a suite of different technologies allowing you to create reusable custom elements — with their functionality encapsulated away from the rest of your code — and utilize them in your web apps.
- What is a web component? (eng)
- Web Component – Sets textfield or calendar to todays date (TodaysDate.Vue) (eng)
- Web Component – Merge content of multiple fields into a new field (ConcatFields.vue) (eng)
- Web Component – HideButtons (HideButtons.Vue) (eng)
- Web Component – Reset/clear fields (Reset.vue) (eng)
- Web Component – Add multiple fields and sum them in one field (SumFields.Vue) (eng)
- Web Component – Compare two values (Compare.Vue) (eng)
- Web Component – Search value from field and write value to new field (Condition.Vue) (eng)
- Can I clear or reset values in the form? (eng)
- Can I compare the values from two different fields? (eng)
- Can I hide the Next- and Send-button? (eng)