NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: mark on February 22, 2012, 06:23:59 AM
-
Dear,
How can I hide fields in a Browse? The user manual does not has the same interface as the Nettalk 6 interface. (We are using Clarion 8)
Kind regards,
Kristof
-
The browse field template has conditions for include and hide. These both control the entire column.
If all you need to do is hide the field, you can do this with some conditional css on the condition use the class "nt-hidden" that uses display:none
For the row conditions, remember that INCLUDE controls whether the HTML is generated for the page and HIDE merely sets a style to hide the contents from the user.
HTH
Chris
-
Hi Kristof,
Can you expand on your question a bit please.
Are you wanting to remove the whole column, or just some cells inside the column?
For example, in some situations it's good to remove a whole column, say the employee's "salary" column because the user doesn't have rights to it.
In other cases, some rows might display the contents of a cell or not. For example, temporary employees have a blank salary cell, but permanent employees have their salary on the row.
Which one are you trying to do?
cheers
Bruce
-
Hi,
Depending on the customer they want to show the 'actual stock' or not. This is a parameter in an ini-file.
The whole column is displayed or not. It is not on cell-level.
Kind regards,
Kristof
-
Each column has a "column condition" setting in the template.
If you set something here, that will determine if the column is included or not.
cheers
Bruce