Knowledge Base |
Important! All new questions are usually answered within the next business day.
Accordion (Tree) Menu V3
(views: 7465)
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: 1029)
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
Files: ATM_TextAlignRight.zip
User Comments
Answer
Ok, I got it. I added the following to the code.
newTextFormat.rightMargin = 10;
newTextFormat.bold = true;
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
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.
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.
Login to post your comment
Other questions in this item:
Call JavaScript from XML Open menu item pages into target - "_self" Transparent background menu Use hand cursor on menu Item description from XML Can I add a rollover sound? Go to different frames by pressing a menu item Scene navigation Referencing item's textfield in Accordion (Tree) Menu V3 Animated items Keep the Accordion (Tree) Menu V3 vertically aligned Disable-Enable Accordion (Tree) Menu V3 Add different styles for each main items. Load movies on item select Adding icons Underline On Rollover how to change fontsize Selected item level Add a fixed item under the menu Autoexpand on Start How do I add the AccordionTreeMenuV3AS3 from class file to stage How do I add the AccordionTreeMenuV3 on stage in runtime? Get the type of the selected item Change Text Color on Rollover Children of a menu item acc.height not updated? Automatic Collapse hotwo: submenus already expanded on activation? Letter kerning Insert a line break into label Go To First Child When Select Top Level Menu Item Reference to text fields within menu items Change the position of the menu icons Change the position of the folder icons Open menu upwards Spacing between menu items Step backwards and forwards through menu Use hand cursor on menu Accordion Tree Menu expandAll() Rotated text for menu items clickItem() and expandItem() do not execute actions of menu item Accordion menu accurate size Menu Item visibility / disable Letter kerningMenu |
|
|


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