PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Is it possible to create dynamic controls
Is it possible to create dynamic controls
Iniciado por chris, 29,oct. 2008 18:29 - No hay respuesta
Publicado el 29,octubre 2008 - 18:29
Hi,
I try to create a site (by using WebDev12) that can use taxonomies. A taxonomy is a way to sort and categorize content. The taxonomy consists of a vocabulary and respective terms, and belongs to an entity.
Example:
- Entity: Contact
- Vocabulary: Contact Type
- terms: Friend, Family, Employee, ...

By doing this, a privileged user can create own taxonomies and link them to Entities (physical tables). But to show the taxonomy on the Entity (contact) Page, a control (list box, or drop down) must be created dynamically when the page is initialized.
The number of controls that must be created dynamically depends on the number of linked taxonomy to entities.

I'm new to windev/webdev and wasn't able to figure out on how to do this.

Best Regards,
Chris