Below ones are the code for the "Title" and " looking for" fields. When titles and looking for are too long they are being cut off. I would like to make them multiline. What should i do?
You can see from this URL.http://profiles.zolio.com/private/zolio/ e60ed95a5c9925da21bf71f617b056a867f0bb1e# <rendererFields:RendererLabel id="title" styleName="informationBold" text="{_model.zolio.personal_title}" <rendererFields:RendererText id="lookingFor" width="100%" styleName="information" visible="{lookingFor.text.length > 0}" text="{buildLookingForInfo ()}"/> Also, i cannot add more than 3 supporting links. ( You can see " Supporting Links") part from the above URL. Below one is the code. How i can put more than 2 , 3 supporting links. <?xml version="1.0" encoding="utf-8"?> <mx:Box height="100%" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:sidebar="com.zolio.view.sidebar.*"> <mx:Script> <![CDATA[ import com.zolio.model.ResumeDisplayModelLocator; import com.zolio.vo.Zolio; [Bindable] private var _model : ResumeDisplayModelLocator = ResumeDisplayModelLocator.getInstance (); ]]> </mx:Script> <mx:Label styleName="linksTitle" text="{ResumeDisplayModelLocator.getString ( 'sidebar.links.label' )}" /> <mx:Repeater id="links" dataProvider="{_model.zolio.linksCollection}"> <sidebar:LinksLinkButton link="{links.currentItem as Link}" maxWidth="210" /> </mx:Repeater> </mx:Box> Thanks, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

