Pages

28 May, 2023

Can element be a parent of a control?

In a scenario, a parent of a control is responsible for performing & parsing data requests. However, it has no real DOM; the parsed data is for it's children only. For the parent, one could use core.Control and do a simple render wrap around the children, but my question is, can core.Element be used for the parent & skip the unneeded render step for it, while still rendering its children? Thanks

No comments:

Post a Comment

Thanks