agsjs.dijit.TOC  is thre any other sample witout   <style> ....

440
0
01-04-2013 06:30 AM
JoseSanchez
Occasional Contributor III
Hi all

I added the agsjs.dijit.TOC  to one of my forms but is thre a way to remove this style section and use mine?

<style>
            html, body {
                height: 98%;
                width: 98%;
                margin: 0;
                padding: 5px;
                font-family: helvetica, arial, sans-serif;
                font-size: 90%;
            }
           
            #header {
                font-size: 16pt;
            }
           
            #subheader {
                font-size: 12pt;
            }
           
            #leftPane {
                width: 300px;
            }
           
           
           
            /* this line hide layers when out of scale for the inline TOC */
            #scaleDiv .agsTOCOutOfScale {
                display: none;
            }
        </style>
0 Kudos
0 Replies