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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 788 views
  • 1 like
  • 3 in conversation