在 spark textarea 中设置图像样式

Posted

技术标签:

【中文标题】在 spark textarea 中设置图像样式【英文标题】:styling images in spark textarea 【发布时间】:2012-07-29 19:39:09 【问题描述】:

这个example 展示了如何在 spark TextArea 中包含图像并设置它们的 floatpaddingLeft/paddingRight 属性:

<s:RichEditableText id="myRET1" >
    <s:textFlow>
        <s:TextFlow columnWidth="290">
            <s:p id="p1">Images in a flow are a good thing. For example, here is a float. 
            <s:img id="image1" float="none" source="@Embed(source='../assets/bulldog.jpg')" paddingRight="10" paddingTop="10" paddingBottom="10" paddingLeft="10">
            </s:img>
            Don't you agree? It should show on the left. If it doesn't show up on the left, then it is a bug. You can submit bugs at http://bugs.adobe.com/jira/. You can set how the float is positioned within
            the paragraph by using the ComboBox below. You can select left, right, start, end, or none. This example does not use the clearFloats property. That is in a different example.</s:p>
        </s:TextFlow>
    </s:textFlow>
</s:RichEditableText>   

是否可以通过Flex's CSS指定图像的浮动/填充?

【问题讨论】:

【参考方案1】:

是的,可以通过 css 指定图像:

1)创建一个包含此图像和那些属性(填充)的皮肤

2)创建文件css包含组件的名称空间和调用类引用(作为参数皮肤传递的类)

3) 在文件 mxml 中定义样式名称等于步骤 1 中指定的名称空间

【讨论】:

以上是关于在 spark textarea 中设置图像样式的主要内容,如果未能解决你的问题,请参考以下文章

如何在 React 中设置与主页的正文图像不同的样式?

如何在资源管理器的文本区域中设置占位符的样式?

在 Html Textarea 中设置 maxlength [重复]

在按键事件中使用jQuery在textarea中设置文本[重复]

如何在 Javascript 中设置 textarea 值?

如何在android中设置按钮样式