Re: FlexJS: Table Container Style

2017-05-04 Thread PKumar
I taken nightly build and it's working. Thanks

On 04-May-2017 11:25 PM, "Peter Ent [via Apache Flex Users]" <
ml+s246n15188...@n4.nabble.com> wrote:

> You should not need to, but I guess you should give it a try.
> —peter
>
> On 5/4/17, 1:35 PM, "PKumar" <[hidden email]
> > wrote:
>
> >Peter,
> >
> >I am using VCode and style is not applying on table. Do i need to
> download
> > the flexjs  nightly build?
> >
> >On 04-May-2017 8:02 PM, "Peter Ent [via Apache Flex Users]" <
> >[hidden email] >
> wrote:
> >
> >> Hi,
> >>
> >> I've checked in a couple of changes: I've removed the default styling
> on
> >> the table header and cell which were putting on borders so now you do
> >>not
> >> have to remove them. I also tweaked the SimpleTableLayout to better
> >>mimic
> >> the HTML table, although there is still some more room for improvement.
> >>
> >> I also modified the TableExample a little by adjusting the styling.
> >>
> >> —peter
> >>
> >> On 5/4/17, 9:32 AM, "Peter Ent" <[hidden email]
> >> > wrote:
> >>
> >> >Oops - that was my fault. SimpleCSSStyles does work if you use all of
> >>the
> >> >styles:
> >> >
> >> > >>borderColor="red"
> >> >/> will give you a 4 pixel wide red border
> >> >
> >> > 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" <[hidden email]
> >> > 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
> >> >>
> >> >>for a specific Table instance.
> >> >>
> >> >>‹peter
> >> >>
> >> >>On 5/4/17, 1:35 AM, "PKumar" <[hidden email]
> >> > 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]" <
> >> >>>[hidden email] >
>
> >> wrote:
> >> >>>
> >>  Hi,
> >> 
> >>  Yes, the  can have style as you describe.
> >> 
> >>  Regards,
> >>  Peter Ent
> >>  Adobe Systems/Apache Flex Project
> >> 
> >>  On 5/3/17, 3:52 PM, "PKumar" <[hidden email]
> >>  > wrote:
> >> 
> >>  >Hi,
> >>  >
> >>  >How can  I set the style for Table container? does 

Re: FlexJS: Table Container Style

2017-05-04 Thread Peter Ent
You should not need to, but I guess you should give it a try.
—peter

On 5/4/17, 1:35 PM, "PKumar"  wrote:

>Peter,
>
>I am using VCode and style is not applying on table. Do i need to download
> the flexjs  nightly build?
>
>On 04-May-2017 8:02 PM, "Peter Ent [via Apache Flex Users]" <
>ml+s246n15185...@n4.nabble.com> wrote:
>
>> Hi,
>>
>> I've checked in a couple of changes: I've removed the default styling on
>> the table header and cell which were putting on borders so now you do
>>not
>> have to remove them. I also tweaked the SimpleTableLayout to better
>>mimic
>> the HTML table, although there is still some more room for improvement.
>>
>> I also modified the TableExample a little by adjusting the styling.
>>
>> —peter
>>
>> On 5/4/17, 9:32 AM, "Peter Ent" <[hidden email]
>> > wrote:
>>
>> >Oops - that was my fault. SimpleCSSStyles does work if you use all of
>>the
>> >styles:
>> >
>> >>borderColor="red"
>> >/> will give you a 4 pixel wide red border
>> >
>> > 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" <[hidden email]
>> > 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
>> >>
>> >>for a specific Table instance.
>> >>
>> >>‹peter
>> >>
>> >>On 5/4/17, 1:35 AM, "PKumar" <[hidden email]
>> > 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]" <
>> >>>[hidden email] >
>> wrote:
>> >>>
>>  Hi,
>> 
>>  Yes, the  can have style as you describe.
>> 
>>  Regards,
>>  Peter Ent
>>  Adobe Systems/Apache Flex Project
>> 
>>  On 5/3/17, 3:52 PM, "PKumar" <[hidden email]
>>  > wrote:
>> 
>>  >Hi,
>>  >
>>  >How can  I set the style for Table container? does 

Re: FlexJS: Table Container Style

2017-05-04 Thread PKumar
Peter,

I am using VCode and style is not applying on table. Do i need to download
 the flexjs  nightly build?

On 04-May-2017 8:02 PM, "Peter Ent [via Apache Flex Users]" <
ml+s246n15185...@n4.nabble.com> wrote:

> Hi,
>
> I've checked in a couple of changes: I've removed the default styling on
> the table header and cell which were putting on borders so now you do not
> have to remove them. I also tweaked the SimpleTableLayout to better mimic
> the HTML table, although there is still some more room for improvement.
>
> I also modified the TableExample a little by adjusting the styling.
>
> —peter
>
> On 5/4/17, 9:32 AM, "Peter Ent" <[hidden email]
> > wrote:
>
> >Oops - that was my fault. SimpleCSSStyles does work if you use all of the
> >styles:
> >
> > >/> will give you a 4 pixel wide red border
> >
> > 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" <[hidden email]
> > 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
> >>
> >>for a specific Table instance.
> >>
> >>‹peter
> >>
> >>On 5/4/17, 1:35 AM, "PKumar" <[hidden email]
> > 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]" <
> >>>[hidden email] >
> wrote:
> >>>
>  Hi,
> 
>  Yes, the  can have style as you describe.
> 
>  Regards,
>  Peter Ent
>  Adobe Systems/Apache Flex Project
> 
>  On 5/3/17, 3:52 PM, "PKumar" <[hidden email]
>  > wrote:
> 
>  >Hi,
>  >
>  >How can  I set the style for Table container? does 

Re: FlexJS: Table Container Style

2017-05-04 Thread Peter Ent
Hi,

I've checked in a couple of changes: I've removed the default styling on
the table header and cell which were putting on borders so now you do not
have to remove them. I also tweaked the SimpleTableLayout to better mimic
the HTML table, although there is still some more room for improvement.

I also modified the TableExample a little by adjusting the styling.

—peter

On 5/4/17, 9:32 AM, "Peter Ent"  wrote:

>Oops - that was my fault. SimpleCSSStyles does work if you use all of the
>styles:
>
>/> will give you a 4 pixel wide red border
>
> 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"  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
>>
>>for a specific Table instance.
>>
>>‹peter
>>
>>On 5/4/17, 1:35 AM, "PKumar"  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+s246n15164...@n4.nabble.com> wrote:
>>>
 Hi,

 Yes, the  can have style as you describe.

 Regards,
 Peter Ent
 Adobe Systems/Apache Flex Project

 On 5/3/17, 3:52 PM, "PKumar" <[hidden email]
 > wrote:

 >Hi,
 >
 >How can  I set the style for Table container? does 

Re: FlexJS: Table Container Style

2017-05-04 Thread Peter Ent
Oops - that was my fault. SimpleCSSStyles does work if you use all of the
styles:

 will give you a 4 pixel wide red border

 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"  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 
>for a specific Table instance.
>
>‹peter
>
>On 5/4/17, 1:35 AM, "PKumar"  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+s246n15164...@n4.nabble.com> wrote:
>>
>>> Hi,
>>>
>>> Yes, the  can have style as you describe.
>>>
>>> Regards,
>>> Peter Ent
>>> Adobe Systems/Apache Flex Project
>>>
>>> On 5/3/17, 3:52 PM, "PKumar" <[hidden email]
>>> > wrote:
>>>
>>> >Hi,
>>> >
>>> >How can  I set the style for Table container? does 

Re: FlexJS: Table Container Style

2017-05-03 Thread PKumar
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+s246n15164...@n4.nabble.com> wrote:

> Hi,
>
> Yes, the  can have style as you describe.
>
> Regards,
> Peter Ent
> Adobe Systems/Apache Flex Project
>
> On 5/3/17, 3:52 PM, "PKumar" <[hidden email]
> > wrote:
>
> >Hi,
> >
> >How can  I set the style for Table container? does