dojo floating pane change minimize/dock icon -


is there way change dojo's floating pane minimize/dock downward arrowhead icon?

<div data-dojo-type="dojox.layout.floatingpane"  id="floatingpane" data-dojo-props="resizable:false, dockable:true, title:'my floating pane', closable:false"   style="position:absolute; top:145px; left:5px; width:565px; height:750px; z-index:3; ">    dojo's floating pane </div> 

one nice option use more standard minimize icon such small line found in upper right border of standard windows window.

thanks

you can create own theme (or override part of native theme).

the css files associated floatingpane : "dojo/dojox/layout/resources/floatingpane.css"

you can find details theming on dojo website : http://dojotoolkit.org/reference-guide/1.10/dijit/themes.html


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -