Feature request: Special design for fieldname "hidden"

4 posts by 2 authors in: Forums > CMS Builder
Last Post: February 18, 2009   (RSS)

By aev - November 24, 2008

Hi!

Since the fieldname "hidden" is used in CMSB by default for hiding records, it would be great to have a more integrated design for this field in the record list view. See attached screenshot.

This would look better if the column was narrower and had a checked on/off symbol instead of just 0/1.

To take this even one step further it would be great if we could check/uncheck these directly from list view instead of having to go into edit mode to hide a record.

-aev-
Attachments:

hidden.png 39K

Re: [aev] Feature request: Special design for fieldname "hidden"

By Dave - November 24, 2008

Hi aev,

Try editing the hidden field in the field editor and setting these values:

Checked Value: Hidden
Unchecked Value: -

(or whatever you want displayed)

I'll add the "toggle hidden from editor list view" to the feature request list for a future version. We've thought of that as well.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Feature request: Special design for fieldname "hidden"

By aev - February 18, 2009

Hi Dave,

any news on when this will be added to CMSB? Todays "hidden" columns look awful! [:(]

In addition to a narrower column with some type of symbol, it might also be a great idea to add a class="hidden" to the hidden rows. This way we could add our own css for hidden rows as well.

Maybe you could take this even further and add a class="<fieldname>" to every table cell, this way we could use css to style the hidden cells to a narrow width. With more classes we could even attach some custom jquery code to the standard UI to enhance/modify it.

The last thing we want to do is to apply changes directly to the CMSB code since it's very difficult to keep track of those changes when working on multiple sites, and it is a problem when updating CMSB.

-aev-