Skip to main content

cssMenu

cssMenu: string

this property allows user to define a CSS class for the top container of the popup menu. The default value is an empty string.

Usage

<script>
</script>

<Toolbar cssMenu="somemenu" />

<style>
.somemenu {
background-color: #f0f0f0;
}
</style>