How can i set the layout header arrow replace the other link or img( like "more...")

How can i set the layout header arrow replace the other link or img( like “more…”)

You can’t replace the existing icons, but you can add a custom content as part of header title

left.setText("Available Books<span class='alink'>more...</>");
<style>
	.alink{
      float:right;
    }
</style>

http://snippet.dhtmlx.com/b119e31aa

1 Like

thank you very much!bala bala bala