Options

Field on page without label?

ASK_ITGASK_ITG Member Posts: 30
edited 2011-10-28 in NAV Three Tier
Hi,

I am designing a page where I would like to add a field but leave out its label - cause it is in a group of fields on the page...

Anyone succeeded in doing this?
/Allan

Comments

  • Options
    Troubles_In_ParadiseTroubles_In_Paradise Member Posts: 588
    ASK_ITG wrote:
    Hi,

    I am designing a page where I would like to add a field but leave out its label - cause it is in a group of fields on the page...

    Anyone succeeded in doing this?

    If it's a Table field I think no way to do it.
    The closest to your needs is to set the CaptionClass of your field to ('') but you will always see ":" near your fields.
    Instead, if they are variables, you simply have not to write the caption.
    ~Rik~
    It works as expected... More or Less...
  • Options
    ASK_ITGASK_ITG Member Posts: 30
    Hi,

    It is a table field.

    The way I have thougt about is creating af variable in witch I copy the value, but then I have to handle the changes also.
    /Allan
  • Options
    Troubles_In_ParadiseTroubles_In_Paradise Member Posts: 588
    ASK_ITG wrote:
    Hi,

    It is a table field.

    The way I have thougt about is creating af variable in witch I copy the value, but then I have to handle the changes also.

    I think it's too far from standard... but if you really can't do without it it's the only way :whistle:.
    Maybe insert captions is better than this approach.
    ~Rik~
    It works as expected... More or Less...
Sign In or Register to comment.