Knowledge Base |
Important! All new questions are usually answered within the next business day.
Accordion (Tree) Menu V3
(views: 18208)
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: 4206)
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.
AS3
I am not sure if this should be posted here, or in the AS3 side, but could this be updated?
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
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
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



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