BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jpoole412
Calcite | Level 5

I'm using a custom tagset I've created based on the htmlcss tagset.  Inside a proc report I'm using a compute to add a line in the middle of the table.  In the resulting HTML file, the line added is given the class of "NoteContent".  I'd like to edit the event inside the tagset to add additional HTML code but I'm unable to find the correct place in the htmlcss tagset to edit.  I've tried editing the NoteContent event but this does not seem to be the the correct place.

Any ideas?

Thanks,

Jeff

1 ACCEPTED SOLUTION

Accepted Solutions
Tim_SAS
Barite | Level 11

The class="notecontent" attribute refers to the CSS class used for that element, not the event name. Use the event_map tagset to determine which events are sent to the tagset. In this particular case, the event map shows that LINE statement output is sent to the tagset as a data_note event.

Here's the SAS doc on the event_map tagset: http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002566874.htm. Here's a good tutorial: http://support.sas.com/rnd/base/ods/odsmarkup/p14-30_012105.pdf.

Message was edited by: tim hunter

View solution in original post

3 REPLIES 3
Domenico
Fluorite | Level 6

Hi Jeff,

could you provide some code. It's quit difficult to find an error or to give some advices without code.

Thanks

Tim_SAS
Barite | Level 11

The class="notecontent" attribute refers to the CSS class used for that element, not the event name. Use the event_map tagset to determine which events are sent to the tagset. In this particular case, the event map shows that LINE statement output is sent to the tagset as a data_note event.

Here's the SAS doc on the event_map tagset: http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002566874.htm. Here's a good tutorial: http://support.sas.com/rnd/base/ods/odsmarkup/p14-30_012105.pdf.

Message was edited by: tim hunter

jpoole412
Calcite | Level 5

Thanks very much for this.  I didn't know about the event_map that I could create.  This is extremely helpful.

Thanks again,

Jeff

sas-innovate-2024.png

Today is the last day to save with the early bird rate! Register today for just $695 - $100 off the standard rate.

 

Plus, pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 767 views
  • 1 like
  • 3 in conversation