Page 1 of 2

align of text in gridcell

Posted: Mon Mar 23, 2015 11:27 am
by Deon

Hi

Under More Properties of a grdcell I used to use "Align Center". This does not work anymore??


align of text in gridcell

Posted: Mon Mar 23, 2015 2:30 pm
by Deon

Hi

What is the response time on questions?


align of text in gridcell

Posted: Mon Mar 23, 2015 6:55 pm
by Illya Stepanov

Hi Deon -

Could you please clarify are you inserting a label component inside this gridcell?

[quote:]
What is the response time on questions?
[/quote]

You can check our support policy here: https://devcenter.appery.io/support-p...


align of text in gridcell

Posted: Tue Mar 24, 2015 2:26 am
by Deon

Hi Illya

I am inserting an image and want to align the image to center.

I have always done this by going to More Properties...

align center.

Thx


align of text in gridcell

Posted: Tue Mar 24, 2015 1:05 pm
by Alena Prykhodko

You can align image with CSS https://devcenter.appery.io/documenta....
Not sure there was such option for grid.


align of text in gridcell

Posted: Tue Mar 24, 2015 1:23 pm
by Deon

Hi Alena

Yes there was. All my apps that use images as meu items within a grid are aligned this way.

This is a concern. Does this mean I have to update all of these when I update my apps?


align of text in gridcell

Posted: Tue Mar 24, 2015 1:37 pm
by Deon

Your code does not work.

My image is in a gridcell. I need to align it center of the griddcell.

Please investigate why "align center" for More properties does not work. This seems to be the case with other properties as well ie. data-icon false (data icon removed but keeps the space).

It seems your upgrade disabled a lot of stuff.

I am reluctant to update all my apps as there is just too much work involved.


align of text in gridcell

Posted: Thu Mar 26, 2015 7:02 am
by Deon

Helloooo. Anyone out there?????


align of text in gridcell

Posted: Thu Mar 26, 2015 11:42 am
by Illya Stepanov

Hi Deon -

We need some time to check this.


align of text in gridcell

Posted: Mon Mar 30, 2015 12:53 am
by Yurii Orishchuk

Hi Deon,

Tried following:

  1. Put grid on the page.

  2. Put image in the grid cell.

  3. Set image certain with (for example 100px).

  4. Activate gridcell component.
    Details: http://prntscr.com/6n30ak/direct

  5. Click "more properties".

  6. Add following property:
    "align" = "center"
    Details: http://prntscr.com/6n30jf/direct

    Then i've got centered image: http://prntscr.com/6n30z3/direct

    Regards.