cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Hide Attribute

ptc-3063012
1-Newbie

Hide Attribute

Hello,


In our schema we have a attribute called rowsep which is available in <table>, <row>, <colspec> and <entry>. I want to hide this attribute in all elements except <entry>.


I tried the dialoghidden option in the dcf file but that will hide the attribute in all element. Is there a workaround of this.


Karthik

2 REPLIES 2

Hi Karthik--



You might need to write some custom code and use it as a modify_tag
document callback. The code would need to check the current element
name, and if it's table, row, or colspec, withdraw the control for the
rowsep attribute.



--Clay





Clay Helberg

Senior Consultant

TerraXML


Okay. Thanks Clay.

Top Tags