component « flex « HTML CSS Q&A

Home
HTML CSS Q&A
1.align
2.anchor
3.Animation
4.attribute
5.background
6.Block
7.border
8.Button
9.checkbox
10.Class
11.color
12.column
13.cross browser
14.Development
15.div
16.doctype
17.dom
18.dreamweaver
19.dropdown
20.email
21.embed
22.Encoding
23.Eye
24.firefox
25.flash
26.flex
27.float
28.font
29.footer
30.form
31.Format
32.grid
33.height
34.htaccess
35.HTML 5
36.hyperlink
37.iframe
38.Image
39.Image Format
40.inheritance
41.input
42.internet explorer
43.JTabbedPane
44.label
45.layout
46.li ul ol
47.link
48.margin
49.media
50.Menu
51.mobile
52.Navigation
53.opera
54.overflow
55.pdf
56.position
57.print
58.query
59.regex
60.Render
61.rhino
62.scrollbar
63.selector
64.shadow
65.Shape
66.span
67.Table
68.Template
69.text
70.TextArea
71.TextBox
72.URL
73.validation
74.webkit
75.Website
76.Website Header
77.width
78.Word
79.XML
80.z index
HTML CSS Q&A » flex » component 

1. Accessing a HTTPS website using a Flex/AIR HTML component?    stackoverflow.com

Is it possible to access remote pages through https when using the HTML component inside a Flex AIR application? I'm looking to build a credit card payment integration into an AIR application ...

2. How to manage styles for child components?    stackoverflow.com

How does one define a default style for a custom Flex component? was a good start, but I want to create custom styles for my custom component which contains other ...

3. Load a Web Page in Flex component    stackoverflow.com

Is there a way to display a web page in a flex component like Canvas, Hbox or TextArea? Thanks

4. Is there a way to disable antialiasing for text in HTML components (Windows)?    stackoverflow.com

I have an AIR application that uses the HTML component to display a significant portion of content (I set the html myself, it is not loaded remotely). The text displays ...

5. How can I reference a nested component via CSS in Flex 3?    stackoverflow.com

Using CSS, how would I reference the Button component? FWIW, I'm using Flex 3.x SDK.

<mx:HBox id="myHBox" styleName="myHBox">
   <mx:Button label="Test"/>
</mx:HBox>

6. Flex HTML component to bitmap    stackoverflow.com

I'm creating a HTML Component in Flex, loading a URL and then capturing that element and converting it to a bitmap to try and replicate a sort of automatic screenshot saving ...

7. Flex: How do you apply a style (from an external CSS) within the init/constructor of a custom as3 component?    stackoverflow.com

I had a custom MXML component, that I have converted to a pure AS3 component that extends Canvas. I took the stylings i.e. alpha, color etc. from the MXML and added ...

8. Equivalent of "View Source" for Component    stackoverflow.com

After setting an control's location to some site. How could I then take a peek at the associated HTML? I notice that as soon as I set Location, ...

9. text/HTML editor component for Flex 3    stackoverflow.com

I am looking for a simple HTML Editor component in Flex-3. I tried googling but could not find any proper component which are ready-to-use. My requirement is -

1. The Editor should support ...

10. Accessing HTML via AIR's HTML Component    stackoverflow.com

I can't seem to find anything in Adobe's documentation about accessing the HTML of a web page through the HTML component in AIR. I've looked into "domWindow", but that seems to only ...

11. To view properly the formated text and picture in a fixed size html container with content read from a HTML page    stackoverflow.com

I have an book-reader AIR application in which I have a fixed size book viewing html container for reading books. I need to display the content of a book, which is ...

12. Setting different Chart DataTip styles in Flex Components    stackoverflow.com

I have a following issue:My task is to style a datatip for two charts in Flex 4.5.Both charts reside in two different <Group> based components which are added to the <Application> So ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.