<smartdoc name="SmartDoc" id="SmartDoc_1226503227771"  title="SmartDoc Guide" >
<smarttab title="What is SmartDoc" icon="http://sheelapps.com/smartdoc/icons/docs/file/2.gif" >
<node title="SmartDoc" icon="http://sheelapps.com/smartdoc/icons/docs/file/8.gif" >
<data><![CDATA[<p><font size="3"><u><font style="background-color: yellow;"><font face="Verdana"><strong>SmartDoc</strong> is an outline based document creation and publishing tool. </font></font></u></font></p>
<p>It is designed to make structured, understandable documents easily and quickly. SmartDoc can be useful for :</p>
<ul>
<li>story writing,</li>
<li>FAQ creation, </li>
<li>novel planning,</li>
<li>speech-writing, </li>
<li>manual writing, </li>
<li>software support,</li>
<li>biographies, and</li>
<li>lesson planning.</li></ul>
<p><br>The basic idea in SmartDoc is that you can include many separate notes within a single file. This means that you do not need to create several files - for most purposes it is enough to create only one file and hold all your notes inside it. With the addition of the tree-type notes, you now have a three-dimensional notebook: many notes within one file and a multi-level, nested pages within a single note.</p>
<p><font size="3"></font>&nbsp;</p>]]></data>
<node title="Architecture" icon="http://sheelapps.com/smartdoc/icons/docs/file/30.gif" >
<data><![CDATA[<P><STRONG><FONT size=5><U>Architecture</U></FONT></STRONG></P>
<P>SmartDoc is simple to use JavaScript library. It can be easily embeded to any website. It is built using GWT and document format is simple XML.</P>
<P>&nbsp;More design info coming ...</P>
<P>&nbsp;</P>]]></data>
</node>

<node title="Future" icon="http://sheelapps.com/smartdoc/icons/docs/file/37.gif" >
<data><![CDATA[<P><FONT size=5><STRONG><U>Future of SmartDoc</U></STRONG></FONT></P>
<P>Here are few thing which I want to see in SmartDoc :</P>
<UL>
<LI>Load document using inline XML</LI>
<LI>Support for different type of content&nbsp; inside &lt;data&gt; tag. Like Google's Doc/Spreadsheet, SmartFlow (what is that???),&nbsp; event driven forms&nbsp;and so on.</LI>
<LI>More CSS styles / styles switcher.</LI>
<LI>Online storage solution for&nbsp;user generated documents.</LI>
<LI>Redesign of Menus.</LI></UL>
<P>&nbsp;</P>]]></data>
</node>

</node>

<node title="XML Elements" icon="http://sheelapps.com/smartdoc/icons/docs/file/20.gif" >
<data><![CDATA[<P>SmartDoc documents are stored as XML file. It is very easy to compose and publish SmartDoc file. </P>
<P>Following is an example of SmartDoc document:</P><PRE class=xml style="BORDER-RIGHT: rgb(208,208,208) 1px solid; BORDER-TOP: rgb(208,208,208) 1px solid; BORDER-LEFT: rgb(208,208,208) 1px solid; COLOR: rgb(0,0,102); BORDER-BOTTOM: rgb(208,208,208) 1px solid; BACKGROUND-COLOR: rgb(240,240,240)"><SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;smartdoc</SPAN> <SPAN style="COLOR: rgb(0,0,102)">name</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"Example 1"</SPAN> <SPAN style="COLOR: rgb(0,0,102)">id</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"Example_1226280853468"</SPAN> <SPAN style="COLOR: rgb(0,0,102)">title</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"Welcome to SmartDoc"</SPAN><SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN>
	<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;smarttab</SPAN> <SPAN style="COLOR: rgb(0,0,102)">title</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"First Tab"</SPAN> <SPAN style="COLOR: rgb(0,0,102)">icon</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"icons/docs/file/2.gif"</SPAN><SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN>

		<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;node</SPAN> <SPAN style="COLOR: rgb(0,0,102)">title</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"Default Node"</SPAN><SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN>
			<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;data<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN><SPAN style="COLOR: rgb(51,153,51)">&lt;![CDATA[&lt;P&gt;The formatted text in default node.&lt;/P&gt;]]&gt;</SPAN><SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/data<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>
		<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/node<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>

		<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;node</SPAN> <SPAN style="COLOR: rgb(0,0,102)">title</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"Second Node"</SPAN> <SPAN style="COLOR: rgb(0,0,102)">icon</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"icons/docs/file/1.gif"</SPAN><SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN>
			<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;data<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN><SPAN style="COLOR: rgb(51,153,51)">&lt;![CDATA[&lt;P&gt;Second node text.&lt;/P&gt;]]&gt;</SPAN><SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/data<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>

			<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;node</SPAN> <SPAN style="COLOR: rgb(0,0,102)">title</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"Child Node"</SPAN><SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN>
				<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;data<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN><SPAN style="COLOR: rgb(51,153,51)">&lt;![CDATA[&lt;P&gt;Child node text.&lt;/P&gt;]]&gt;</SPAN><SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/data<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>
			<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/node<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>

		<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/node<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>
	<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/smarttab<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>
	<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;smarttab</SPAN> <SPAN style="COLOR: rgb(0,0,102)">title</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"Second Tab"</SPAN> <SPAN style="COLOR: rgb(0,0,102)">icon</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"icons/docs/file/11.gif"</SPAN><SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN>

		<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;node</SPAN> <SPAN style="COLOR: rgb(0,0,102)">title</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"Default Node"</SPAN> <SPAN style="COLOR: rgb(0,0,102)">icon</SPAN>=<SPAN style="COLOR: rgb(255,0,0)">"icons/docs/multimedia/7.gif"</SPAN><SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN>
			<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;data<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN><SPAN style="COLOR: rgb(51,153,51)">&lt;![CDATA[Add text here..]]&gt;</SPAN><SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/data<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>
		<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/node<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>

	<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/smarttab<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>
<SPAN style="COLOR: rgb(0,153,0)"><SPAN style="FONT-WEIGHT: bold; COLOR: black">&lt;/smartdoc<SPAN style="FONT-WEIGHT: bold; COLOR: black">&gt;</SPAN></SPAN></SPAN>
</PRE>]]></data>
<node title="smartdoc" icon="http://sheelapps.com/smartdoc/icons/docs/file/16.gif" >
<data><![CDATA[<P><FONT size=5><STRONG>&lt;smartdoc&gt;</STRONG></FONT> </P>
<P>It is root level xml element. It has attributes to define document title and name.</P>
<P><STRONG>XML Attributes :</STRONG></P>
<UL>
<LI>name - The name of document.</LI>
<LI>title - Title to be display on SmartDoc viewer.</LI>
<LI>id - Internal unique id for document.</LI></UL>]]></data>
</node>

<node title="smarttab" icon="http://sheelapps.com/smartdoc/icons/docs/file/16.gif" >
<data><![CDATA[<P><STRONG><FONT size=5>&lt;smarttab&gt;</FONT></STRONG></P>
<P><STRONG><FONT size=5></FONT></STRONG>&nbsp;Defines a Tab in SmartDoc document. </P>
<P><STRONG>XML attributes :</STRONG></P>
<UL>
<LI>title - Title to be display on Tab.</LI>
<LI>icon - The Tab icon. Can be relative or absolute path to any icon file.</LI></UL>
<P>&nbsp;</P>]]></data>
</node>

<node title="node" icon="http://sheelapps.com/smartdoc/icons/docs/file/16.gif" >
<data><![CDATA[<P><STRONG><FONT size=5>&lt;node&gt;</FONT></STRONG></P>
<P>Node represents the hierarchical structre in a Tab.</P>
<P><STRONG>XML attributes :</STRONG></P>
<UL>
<LI>title&nbsp;- Title to be display on node.</LI>
<LI>icon - The node icon. Can be relative or absolute path to any icon file.</LI></UL>
<P><STRONG>XML element :</STRONG></P>
<UL>
<LI>data : &lt;data&gt; element defines the content of Node. The default content type of data is HTML. </LI></UL>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P><STRONG><FONT size=5></FONT></STRONG>&nbsp;</P>
<P><STRONG><FONT size=5></FONT></STRONG>&nbsp;</P>]]></data>
</node>

<node title="data" icon="http://sheelapps.com/smartdoc/icons/docs/file/16.gif" >
<data><![CDATA[<P><STRONG><FONT size=5>&lt;data&gt;</FONT></STRONG></P>
<P>data element defines the content for a node. </P>
<P>Currently, it supports only HTML format. In future more format will be supported.</P>
<P><STRONG>XML attributes : </STRONG></P>
<P>Curently No attribute is supported.</P>
<P>&nbsp;</P>
<P><STRONG><FONT size=5></FONT></STRONG>&nbsp;</P>]]></data>
</node>

</node>

<node title="Usage" icon="http://sheelapps.com/smartdoc/icons/docs/file/15.gif" >
<data><![CDATA[<P><STRONG><FONT size=5>Embedding SmartDoc in HTML page :</FONT></STRONG></P>
<P>&lt;html&gt;<BR>&nbsp;&lt;head&gt;<BR>&nbsp;&nbsp;&lt;title&gt;SmartDoc&lt;/title&gt;<BR>&nbsp;&nbsp;&lt;!-- Include SmartDoc library --&gt;<BR>&nbsp;&nbsp;&lt;meta name='gwt:module' content='com.sheelapps.smartdoc.SmartDoc'/&gt;<BR>&nbsp;&nbsp;&lt;!-- Include SmartDoc's default style or provide your own custom css&nbsp; --&gt;<BR>&nbsp;&nbsp;&lt;link type="text/css" rel="stylesheet" href="<A href="http://sheelapps.com/smartdoc/default.css">http://sheelapps.com/smartdoc/default.css</A>"&gt;<BR>&nbsp;&nbsp;&lt;!-- Include SmartDoc's library&nbsp; --&gt;<BR>&nbsp;&nbsp;&lt;script language="javascript" src="<A href='http://sheelapps.com/smartdoc/smartdoc.nocache.js"></script'>http://sheelapps.com/smartdoc/smartdoc.nocache.js"&gt;&lt;/script</A>&gt;<BR>&nbsp;&nbsp;&lt;script&gt;<BR>&nbsp;&nbsp;/*<BR>&nbsp;&nbsp;Callback method will be called after SmartDoc library is loaded.<BR>&nbsp;&nbsp;use this method to call SmartDoc API methods.<BR>&nbsp;&nbsp;*/</P>
<P>&nbsp;&nbsp;function _onSmartDocLoad ()&nbsp; {<BR>&nbsp;&nbsp;&nbsp; /*<BR>&nbsp;&nbsp;&nbsp;&nbsp; A) Create a new document inside a Div container.<BR>&nbsp;&nbsp;&nbsp; */</P>
<P>&nbsp;&nbsp;&nbsp; SmartDoc.newDocument("sd1");</P>
<P>&nbsp;&nbsp;&nbsp; /*<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B) Load an existing document inside div container.<BR>&nbsp;&nbsp;&nbsp;&nbsp; The URL of XML should be relative to your site. Otherwise you will see Same Site Origin Policy exception.<BR>&nbsp;&nbsp;&nbsp;&nbsp; Other option is to host SmartDoc XML and SmartDoc's library on same site.<BR>&nbsp;&nbsp;&nbsp; */</P>
<P>&nbsp;&nbsp;&nbsp; SmartDoc.load("smartdoc.xml","sd2");</P>
<P>&nbsp;&nbsp;&nbsp; /*<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C) Load an existing document inside container in edit mode.<BR>&nbsp;&nbsp;&nbsp; */</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // SmartDoc.load("smartdoc.xml","sd3","edit");</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp; /*<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; D) Load an existing document and attch to body.<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; Use this option to load Document in full page size.<BR>&nbsp;&nbsp;&nbsp;*/</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp; //&nbsp;&nbsp;&nbsp; SmartDoc.load("smartdoc.xml");</P>
<P>&nbsp;</P>
<P>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&lt;/script&gt;</P>
<P>&nbsp;&nbsp;&lt;/head&gt;</P>
<P>&nbsp;&lt;body&gt;<BR>&nbsp;&nbsp;&lt;!-- Include this for history support with SmartDoc --&gt;<BR>&nbsp;&nbsp;&lt;iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"&gt;&lt;/iframe&gt;</P>
<P>&nbsp;&nbsp;&lt;h2&gt;A) New SmartDoc Document&lt;/h2&gt;<BR>&nbsp;&nbsp; &lt;!-- Container where Document will be added --&gt;<BR>&nbsp;&nbsp;&lt;div id="sd1" style="height:400px;width:95%"&gt;&lt;/div&gt;</P>
<P>&nbsp;&nbsp;&lt;h2&gt;B) View SmartDoc Document [smartdoc.xml] (inside div container) &lt;/h2&gt;<BR>&nbsp;&nbsp;&lt;div id="sd2" style="height:400px;width:95%"&gt;&lt;/div&gt;</P>
<P><BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR></P>]]></data>
<node title="Creating New Document" icon="http://sheelapps.com/smartdoc/icons/docs/file/26.gif" >
<data><![CDATA[<P><STRONG><FONT size=5>Creating New Document</FONT></STRONG></P>
<P><FONT face="Courier New" size=5>SmartDoc.newDocument([div-id])</FONT></P>
<P>The&nbsp; newDocument() function will create a default document with single tab and a node.</P>
<P><FONT face="Courier New"><STRONG>div-id</STRONG></FONT> - Optional. The div id where&nbsp;SmartDoc will be added in a page. </P>
<P>&nbsp;</P>]]></data>
</node>

<node title="Viewing Document" icon="http://sheelapps.com/smartdoc/icons/docs/file/25.gif" >
<data><![CDATA[<P>&nbsp;<STRONG><FONT size=5>Viewing a document</FONT></STRONG></P>
<P><FONT face="Courier New" size=5>SmartDoc.load(&lt;doc-url&gt;,[div-id],[mode],[css-suffix])</FONT></P>
<P>where,</P>
<UL>
<LI><STRONG><FONT face="Courier New">doc-url</FONT></STRONG> - Required.&nbsp;URL of SmartDoc document. It should be on same server as host page otherwise&nbsp;browser will throw&nbsp;Same Site Policy error.</LI>
<LI><STRONG><FONT face="Courier New">div-id</FONT></STRONG> -&nbsp; Optional. The div id where&nbsp;SmartDoc will be added in a page. </LI>
<LI><STRONG><FONT face="Courier New">mode</FONT></STRONG> : Optional.&nbsp;Mode ("view" or "edit")&nbsp;when document will be loaded. Default is "view". </LI>
<LI><STRONG><FONT face="Courier New">css-suffix</FONT></STRONG> : Optional. Use SmartDoc's CSS with given suffix to decorate SmartDoc Tool. Useful in case if you want to include multiple doc in a page but with different look and feel.</LI></UL>]]></data>
</node>

<node title="Styling - CSS" icon="http://sheelapps.com/smartdoc/icons/docs/file/36.gif" >
<data><![CDATA[<p><strong><font size="5"><u>SmartDoc CSS</u></font></strong></p>
<p>You can define look an feel of SmartDoc tool using CSS. Following is<strong> <u>/smartdoc/default.css</u></strong> hosted at sheelapps.com. More styles will be available soon.</p>
<p>&nbsp;</p><font size="3"><strong><pre>.smartdoc {<br>border-color: #95B9C7;<br>border-style: solid;<br>border-width: 1px 1px 1px 1px;<br>}<br><br>/* The header section which contains menu and title */<br>.smartdoc-header {<br>  font: bold 14px Verdana;<br>  text-align: center;<br>  padding : 2px;<br>  background: url("/smartdoc/images/shade.gif");<br>}<br><br>/* The split panel containing tree and node's content */<br>.smartdoc-HSPanel {<br> <br>} <br><br>/* The split panel's splitter  */<br>.smartdoc-HSPanel .hsplitter {<br>   background: #95B9C7;<br>   background-color: #95B9C7;<br>	 border-width				:   1px;<br>	/* Pretty much everything */<br>	cursor					  :	e-resize;<br><br>	 /* IE6, IE7, FF2, Safari Win */<br>	cursor					  :	col-resize;<br>}<br><br>/* A top level panel containing Tab and TabBottom */<br>.smartdoc-tabpanel {<br>}<br><br>.smartdoc-tab .gwt-TabBarFirst {<br> display : none;<br>}<br><br>.smartdoc-tab .gwt-TabBarRest {<br>   background : #CFECEC;<br>  background: url("/smartdoc/images/shade.gif");<br>  border-top : 1px solid #95B9C7;<br>}<br><br>.smartdoc-tab .gwt-TabBarItem {<br> padding: 3px 6px 3px 6px;<br> border: 1px solid #95B9C7;<br> background: #CFECEC;<br> background-color: #CFECEC;<br> cursor: hand;<br> color : #000000;<br> font: bold 14px Verdana;<br> background: url("/smartdoc/images/shade.gif");<br>  <br>}<br>.smartdoc-tab .gwt-TabBarItem-selected {<br>  padding: 3px 6px 3px 6px;<br>  background: #FFFFFF;<br>  color : #000000;<br>  border-bottom : none;<br>  font: bold 16px Verdana;<br>  background: url("/smartdoc/images/shadeactive.gif");<br>}<br><br>.smartdoc-tab .gwt-TabPanelBottom {<br>height: 100%;<br>width: 100%;<br>}<br><br>/* The tree in a Tab */<br>.smartdoc-tree {<br> <br> }<br>.smartdoc-tree .gwt-TreeItem {<br>  cursor: hand;<br>  cursor: pointer;<br> }<br>.smartdoc-tree .gwt-TreeItem-selected {<br>  color : #000000;<br>  background: #CFECEC;<br>  background-color: #CFECEC;<br>  font: bold ;<br>}<br>/* The node content */<br>.smartdoc-data {<br>	padding : 1px;<br>}<br><br>.smartdoc-menu  {<br>  cursor: hand;<br>  cursor: pointer;<br>  background: #FFFFFF;<br>  border : 1px solid #95B9C7;<br>  <br>}<br><br>.smartdoc-menu .gwt-MenuItem {<br>  white-space: nowrap ;<br>  font: menu ;<br>}<br><br>.smartdoc-menu .gwt-MenuItem-disabled {<br>  white-space: nowrap ;<br>  font: menu ;<br>  cursor : default;<br>  color : #C1C1C1;<br>}<br> <br>.smartdoc-menu .gwt-MenuItem-selected {<br>  background-color: #E1E1E1;<br>}<br><br><br><br>.smartdoc-menu .gwt-MenuItemSeparator .menuSeparatorInner {<br>  height: 1px;<br>  padding: 0px;<br>  border: 0px;<br>  border-top: 1px solid #777777;<br>  background: #ddddee;<br>  overflow: hidden;<br><br>}<br><br>.smartdoc-dialog , .smartdoc-input-dialog {<br>  border :  1px solid #95B9C7;<br>  background-color: #FFFFFF;<br>}<br><br>.smartdoc-dialog .dialogContent, .smartdoc-input-dialog .dialogContent {<br>  padding: 0px;<br>  height : 100%;<br>}<br><br>.smartdoc-dialog .Caption , .smartdoc-dialog .dialogTopCenter ,<br>.smartdoc-input-dialog .Caption , .smartdoc-input-dialog .dialogTopCenter<br> {<br>   padding: 0px;<br>  cursor: hand;<br>  cursor: pointer;<br>  height : 1%;<br>  background-color: #CFECEC;<br>}<br></pre></strong></font>]]></data>
</node>

</node>
</smarttab>

<smarttab title="About" icon="http://sheelapps.com/smartdoc/icons/docs/file/11.gif" >
<node title="About" icon="http://sheelapps.com/smartdoc/icons/docs/file/21.gif" >
<data><![CDATA[<P><FONT style="BACKGROUND-COLOR: white" color=green size=5>SmartDoc By Sheel Khanna </FONT></P>
<P><FONT color=#008000 size=4>Visit http:// sheelapps.com/ for more information.</FONT></P>
<P><FONT color=#008000 size=5></FONT>&nbsp;</P>]]></data>
</node>

<node title="License" icon="http://sheelapps.com/smartdoc/icons/docs/people/7.gif" >
<data><![CDATA[<P><STRONG><FONT size=5><U>License</U></FONT></STRONG></P>
<P><FONT style="BACKGROUND-COLOR: yellow" color=black size=4>It is free so use it.</FONT></P>]]></data>
</node>
</smarttab>
</smartdoc>
