Skip to content

WebCollapsiblePane state in style #552

@husker-dev

Description

@husker-dev

I have not found what state of collapsiblepane should I use to change style when it is collapsed. I have tried collapsed but it doesn't work.

<style type="collapsiblepane">
    <painter>
        <decorations>
            <decoration>
                <WebShape round="8,8,0,0" />
                <WebShadow type="outer" width="2" />
                <LineBorder color="40,40,40" />
                <ColorBackground color="65,65,65" />
            </decoration>
            <!-- \/\/ Here \/\/ -->
            <decoration states="collapsed">
                <WebShape round="8,8,8,8" />
            </decoration>
            <!-- /\/\ Here /\/\ -->
        </decorations>
    </painter>
</style>

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions