Oops - that was my fault. SimpleCSSStyles does work if you use all of the styles:
<js:SimpleCSSStyles borderStyle="solid" borderWidth="4" borderColor="red" /> will give you a 4 pixel wide red border <js:SimpleCSSStyles borderStyle="none" /> will prevent any border from appearing. So use either a CSS style or SimpleCSSStyles, whichever you prefer. —peter On 5/4/17, 9:28 AM, "Peter Ent" <p...@adobe.com> wrote: >If you do not want a border, use a CSS style and not SimpleCSSStyles. I >think SimpleCSSStyle should work, but it is not for me so I am looking >into it. For now: > >js|Table { > border: none; >} > >should do it for you for all tables. Or just use className with <js:Table> >for a specific Table instance. > >‹peter > >On 5/4/17, 1:35 AM, "PKumar" <prashaku...@gmail.com> wrote: > >>Thanks Peter, I will try this. By default table is showing border and I >>want border less table. >> >> >> >>On 04-May-2017 1:43 AM, "Peter Ent [via Apache Flex Users]" < >>ml+s2333346n15164...@n4.nabble.com> wrote: >> >>> Hi, >>> >>> Yes, the <js:Table> can have style as you describe. >>> >>> Regards, >>> Peter Ent >>> Adobe Systems/Apache Flex Project >>> >>> On 5/3/17, 3:52 PM, "PKumar" <[hidden email] >>> <http:///user/SendEmail.jtp?type=node&node=15164&i=0>> wrote: >>> >>> >Hi, >>> > >>> >How can I set the style for Table container? does <style> tag >>>supported >>> >by >>> >table? >>> > >>> ><js:style> >>> > <js:SimpleCSSStyles top="10" left="400"/> >>> ></js:style> >>> > >>> >Regards, >>> >Prashant >>> > >>> > >>> > >>> >----- >>> >Regards, >>> >Prashant >>> >-- >>> >View this message in context: >>> >https://na01.safelinks.protection.outlook.com/?url= >>> http%3A%2F%2Fapache-fle >>> >>>>x-users.2333346.n4.nabble.com%2FFlexJS-Table-Container-Style-tp15162.ht >>>>m >>>>l& >>> >>> >>>>data=02%7C01%7C%7C2367807a37a8461c52eb08d4925f9962%7Cfa7b1b5a7b34438794 >>>>a >>>>ed >>> >>> >>>>2c178decee1%7C0%7C0%7C636294386690711694&sdata=YX37Ph%2FPSQHS%2B0miwN5l >>>>q >>>>Mi >>> >>> >oBu86%2FJi4MvLMywaSx1Q%3D&reserved=0 >>> >Sent from the Apache Flex Users mailing list archive at Nabble.com. >>> >>> >>> >>> ------------------------------ >>> If you reply to this email, your message will be added to the >>>discussion >>> below: >>> >>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-f >>>l >>>ex-users.2333346.n4.nabble.com%2FFlexJS-&data=02%7C01%7C%7C6fe0df73797d4 >>>b >>>6a61c608d492b10df3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63629473 >>>6 >>>586446025&sdata=nnSH7ov2GV5GOp00Kjzvl5JsBHsa%2FyQPGqH%2FKnHx6Z4%3D&reser >>>v >>>ed=0 >>> Table-Container-Style-tp15162p15164.html >>> To start a new topic under Apache Flex Users, email >>> ml+s2333346n1...@n4.nabble.com >>> To unsubscribe from Apache Flex Users, click here >>> >>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache- >>>f >>>lex-users.2333346.n4.nabble.com%2Ftemplate%2FNamlServlet.jtp%3Fmacro%3Du >>>n >>>subscribe_by_code%26node%3D1%26code%3DcHJhc2hha3VtYXJAZ21haWwuY29tfDF8LT >>>U >>>0MTcyMzE2NA&data=02%7C01%7C%7C6fe0df73797d4b6a61c608d492b10df3%7Cfa7b1b5 >>>a >>>7b34438794aed2c178decee1%7C0%7C0%7C636294736586446025&sdata=OuT66uy8Omrz >>>k >>>pDqj4Sn%2FoZm1sWeiKmYsW8lCyS8DbI%3D&reserved=0==> >>> . >>> NAML >>> >>><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache- >>>f >>>lex-users.2333346.n4.nabble.com%2Ftemplate%2FNamlServlet.jtp%3Fmacro%3Dm >>>a >>>cro_viewer%26id%3Dinstant_html%2521nabble%253Aemail.naml%26base%3Dnabble >>>. >>>naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace- >>>n >>>abble.view.web.template.NodeNamespace%26breadcrumbs%3Dnotify_subscribers >>>% >>>2521nabble%253Aemail.naml-instant_emails%2521nabble%253Aemail.naml-send_ >>>i >>>nstant_email%2521nabble%253Aemail.naml&data=02%7C01%7C%7C6fe0df73797d4b6 >>>a >>>61c608d492b10df3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6362947365 >>>8 >>>6446025&sdata=6u3xYh00H%2F9LbMgbG9iOIR84x%2F54zbuWz9CLZvjzbtA%3D&reserve >>>d >>>=0> >>> >> >> >> >> >>----- >>Regards, >>Prashant >>-- >>View this message in context: >>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl >>e >>x-users.2333346.n4.nabble.com%2FFlexJS-Table-Container-Style-tp15162p1517 >>5 >>.html&data=02%7C01%7C%7C6fe0df73797d4b6a61c608d492b10df3%7Cfa7b1b5a7b3443 >>8 >>794aed2c178decee1%7C0%7C0%7C636294736586446025&sdata=7SIM4A4CinvWP50WgL09 >>C >>yT03ae0%2BpSCLMNdz0MkfMs%3D&reserved=0 >>Sent from the Apache Flex Users mailing list archive at Nabble.com. >