﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - Loading WebMenuBar Items Right Justified</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Loading-WebMenuBar-Items-Right-Justified/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Loading WebMenuBar Items Right Justified</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Loading-WebMenuBar-Items-Right-Justified/</link><pubDate>Mon, 06 Jun 2011 04:46:04 GMT</pubDate><dc:creator>lili</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Your feature request has been posted, we haven't got any update from the developer about your feature request. We will inform you if we get any update from the developer soon.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lili&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Loading WebMenuBar Items Right Justified</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Loading-WebMenuBar-Items-Right-Justified/</link><pubDate>Thu, 02 Jun 2011 08:53:44 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Hi Lili,&lt;/p&gt;
&lt;p&gt;Has this been added to 2011 R1?  We have tons of workarounds we're using for features we've requested and would like to know if this, among them, has been added to 2011.  Thanks.&lt;/p&gt;</description></item><item><title>Loading WebMenuBar Items Right Justified</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Loading-WebMenuBar-Items-Right-Justified/</link><pubDate>Mon, 28 Mar 2011 00:46:47 GMT</pubDate><dc:creator>lili</dc:creator><description>&lt;p&gt;Hi A Yousif,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am glad that you can find a work around for the right justified issue. &lt;/p&gt;
&lt;p&gt;About the bold issue, for now, you can't set the styles for each individual menu item on server side. But we have made your request to be work item for us. Thank you for sharing with us.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lili Khiung&lt;/p&gt;</description></item><item><title>Loading WebMenuBar Items Right Justified</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Loading-WebMenuBar-Items-Right-Justified/</link><pubDate>Fri, 25 Mar 2011 12:38:26 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Regarding the bolding of our "default" menu item, I'm now using client-side JavaScript to set this using this:&lt;/p&gt;&lt;pre&gt;oMenu.CommandStyle.Object.style.fontWeight = 'bold';&lt;/pre&gt;

&lt;p&gt;Why can't I do this, i.e., set the styles, for each individual menu item on the server side?  Or if I can, would you show me how as I can't seem to figure it out.  Thank you.&lt;/p&gt;</description></item><item><title>Loading WebMenuBar Items Right Justified</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Loading-WebMenuBar-Items-Right-Justified/</link><pubDate>Thu, 24 Mar 2011 10:20:42 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Here's how I'm getting around the right-justification issue on the menu.  It's not ideal as it shows the menu "bounce" from left to right as the process below is executed.  I'll have to try to hide it and then display it afterward.&lt;/p&gt;&lt;pre&gt;var arRows = oMenuBar._HtmlObjH_tbl.getElementsByTagName("tr");
var arMenuColumns = oMenuBar._HtmlObjH_tbl.getElementsByTagName("td");
var iCols = arMenuColumns.length;
var padCellClone = arMenuColumns[iCols - 1].cloneNode(true);
arRows[0].removeChild(arMenuColumns[iCols - 1]);
arRows[0].insertBefore(padCellClone, arMenuColumns[0]);
&lt;/pre&gt;
&lt;p&gt;So basically, clone the "pad" cell on the end, remove it and then insert the clone at the beginning.  This accomplishes what hopefully you can add to the control soon in a hot fix/patch/addition.&lt;/p&gt;</description></item><item><title>Loading WebMenuBar Items Right Justified</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Loading-WebMenuBar-Items-Right-Justified/</link><pubDate>Thu, 24 Mar 2011 09:10:58 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Can you please provide specific steps?  I don't see how to change the div tag on the server side.  Why isn't this a simple property on the control?  Please pass the request on to development that we need these features on this control as I'm sure it'll also benefit other users.  Thank you.&lt;/p&gt;
&lt;p&gt;Regarding the bolded item, we need only ONE item to be bolded as the default menu item, e.g.,&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #0070c0"&gt;&lt;span style="background-color: #eeece1"&gt;&lt;strong&gt;Menu1&lt;/strong&gt;     Menu2     Menu3     Menu4&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Correct me if I'm wrong, but I believe the CommandStyle property applies to all menu items does it not?&lt;/p&gt;</description></item><item><title>Loading WebMenuBar Items Right Justified</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Loading-WebMenuBar-Items-Right-Justified/</link><pubDate>Thu, 24 Mar 2011 08:21:25 GMT</pubDate><dc:creator>lili</dc:creator><description>&lt;p&gt;Hi A Yousif,&lt;/p&gt;
&lt;p&gt;To make the WebMenuBar right justified I suggest you to add code: dir = "rtl" in the div tag of the WebMenuBar. &lt;br /&gt;For extra spacing issue, we don't have any property to do this scenario for now. &lt;br /&gt;However, you can adjust the width. I believe, when create WebMenuBar programmatically, you can set the width to achieve this scenario.&lt;/p&gt;
&lt;p&gt;You can set the bold property in:&lt;br /&gt;CommandStyle property &amp;gt; Active &amp;gt; Font &amp;gt; Bold&lt;br /&gt;CommandStyle property &amp;gt; Normal &amp;gt; Font &amp;gt; Bold.&lt;br /&gt;CommandStyle property &amp;gt; Over &amp;gt; Font &amp;gt; Bold.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Lili Khiung&lt;/p&gt;</description></item><item><title>Loading WebMenuBar Items Right Justified</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Loading-WebMenuBar-Items-Right-Justified/</link><pubDate>Wed, 23 Mar 2011 12:05:56 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Our current WebMenuBar control is now being used to replace an old control.  We need it on the right side of the page and for the items to be right justified and would prefer not to have the extra spacing where there are no menus.  Essentially just the menu items.&lt;/p&gt;
&lt;p&gt;Attached are examples of how it comes up currently (CurrentMenu), how we'd prefer it to come up (PreferredMenu) and how we'd prefer it without the extra spacing (PreferredMenuNoLeadSpacing).&lt;/p&gt;
&lt;p&gt;Would you kindly provide an example of how to achieve what we prefer?  Thank you.&lt;/p&gt;
&lt;p&gt;[EDIT] I forgot to mention this.  We also need to have the default menu item in &lt;strong&gt;bold&lt;/strong&gt; but I can't seem to find how to configure the style of each menu item individually as I'm building the menu items dynamically.&lt;/p&gt;</description></item></channel></rss>