Hiding A Field

A directive in the relationships.ini file to configure the visibility of a field. This will override the field settings in any of the tables within the relationship.

[myrelationship]
conferences.ConferenceID = "$ConferenceID"
visibility:ConferenceID = hidden

This will make the ConferenceID in the relationship list view disappear.

Showing A Field

[myrelationship]
conferences.ConferenceID = "$ConferenceID"
visibility:ConferenceID = visible

This will make the ConferenceID in the relationship list view appear.

var disqus_identifier = ‘xataface.com/wiki/visibility:fieldName’; (function() { var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true; dsq.src = ‘http://xataface.disqus.com/embed.js’; (document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(dsq); })(); blog comments powered by Disqus

//<![CDATA[ (function() { var links = document.getElementsByTagName(‘a’); var query = ‘?’; for(var i = 0; i < links.length; i++) { if(links[i].href.indexOf(‘#disqus_thread’) >= 0) { query += ‘url’ + i + ‘=’ + encodeURIComponent(links[i].href) + ‘&’; } } document.write(‘