Knowledge Base

Important! All new questions are usually answered within the next business day.

Accordion (Tree) Menu V3

(views: 20449)

Accordion Menu V3 and Accordion Tree Menu V3 are xml flash accordion menus featuring customized states, customized transitions and tweens. Here are all known issues for Accordion Menu V3 and Accordion Tree Menu V3, they should be similar, since basically it is the same component. If you have any questions that you think we should discuss here please let us know.



Align header text to right

(2008-04-14 - views: 5170)
Q: Is there a way to align the titles of the menu items to the right and not to the left, which seems to be the default ?
A: You need to write code to change the text format of each text field of the menu. The next example does just that. You can combine this example with the example that changes the icon's position to right, to have all the elements aligned to the right side of the menu.
Files: ATM_TextAlignRight.zip 


User Comments

Add spacing
posted by sebmaster on 2008-04-30
How can I add some spacing on the right margin as the text is fully to the right but would like a little spacing so it starts more into the menu button. Tnx
Answer
posted by sebmaster on 2008-04-30
Ok, I got it. I added the following to the code.
newTextFormat.rightMargin = 10;
newTextFormat.bold = true;
Add spacing
posted by negush on 2008-04-30
Yes, that is the way to add spacing to the right. Another way would be to simply add a few space characters before the text of the menu items. Good job sebmaster.
AS3
posted by pvalle on 2009-10-08
I am not sure if this should be posted here, or in the AS3 side, but could this be updated?
AS3 version does not have access to the header's text fields
posted by pvalle on 2009-10-09
Unfortunately the AS3 version does not give access to the text fields like the AS2 version does, for component integrity reasons. This means that you cannot make extra settings to the text field or text format, other than the properties mentioned in the setup xml file


Login to post your comment login to post your comment

Other questions in this item

Call JavaScript from XML Open menu item pages into target - "_self" Can I add a rollover sound? Change Text Color on Rollover Item description from XML Load movies on item select Use hand cursor on menu Go to different frames by pressing a menu item Transparent background menu Add different styles for each main items. Insert a line break into label Disable-Enable Accordion (Tree) Menu V3 Keep the Accordion (Tree) Menu V3 vertically aligned Referencing item's textfield in Accordion (Tree) Menu V3 How do I add the AccordionTreeMenuV3 on stage in runtime? Underline On Rollover Use hand cursor on menu Scene navigation Adding icons Go to different frames by pressing a menu item Selected item level acc.height not updated? How do I add the AccordionTreeMenuV3AS3 from class file to stage how to change fontsize hotwo: submenus already expanded on activation? Animated items Accordion Tree Menu expandAll() Automatic Collapse Add a fixed item under the menu Get the type of the selected item clickItem() and expandItem() do not execute actions of menu item Letter kerning Autoexpand on Start Change the position of the menu icons Go To First Child When Select Top Level Menu Item Children of a menu item Open menu upwards Change the position of the folder icons Rotated text for menu items Reference to text fields within menu items Spacing between menu items Step backwards and forwards through menu Menu Item visibility / disable Accordion menu accurate size Letter kerning Title on multiple lines

Back