【问题标题】:Flex 4 - Wrapping text around an ImageFlex 4 - 在图像周围环绕文本
【发布时间】:2010-07-04 21:40:04
【问题描述】:

是否可以在图像周围环绕文字?这是我想用 Flex 做的link,而不是示例中的 HTML。是否可以像我们在这里尝试的那样使用textFlow 组件?

<s:TextArea width="100%" height="100%" editable="false">
 <s:textFlow>
  <s:TextFlow>
   <s:img source="imageLocation" width="80" height="80" />
   <s:p textAlign="justify">text_goes_here</s:p>
  </s:TextFlow>
 </s:textFlow>
</s:TextArea>

【问题讨论】:

    标签: apache-flex image flex4 word-wrap


    【解决方案1】:

    TLF 不能开箱即用。

    您可以使用 2 个链接的 ControlerContainer,如下所述: http://forums.adobe.com/message/2705930#2705930

    【讨论】:

      猜你喜欢
      • 2019-09-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-01-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多