Skip to content

Feature request - all components #3

@SteveHawes

Description

@SteveHawes

Currently we can add or remove a style class from the component using:
elements["componentName"].addStyleClass("style-name"); elements["componentName"].removeStyleClass("style-name");

The above method works but doesn't give strong typing of the element name as it would if we use:
elements.componentName.addStyleClass("style-name"); elements.componentName.removeStyleClass("style-name");

The issue is that the second way of doing it results in build markers. This applies to all the standard methods that can be used on an element. Can we have all these methods added as valid methods for the components as well so that build markers are not shown please?

Thanks
Steve

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions