MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES User's Guide Page 556

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 555
12 Classes – Alphabetical List
12-62
li = ListItem('Owl');
li.CustomAttributes = {CustomAttribute('data-animal-type','bird')};
append(ul,li);
li = ListItem('Salmon');
li.CustomAttributes = {CustomAttribute('data-animal-type','fish')};
append(ul,li);
li = ListItem('Tarantula');
li.CustomAttributes = {CustomAttribute('data-animal-type','spider')};
append(ul,li);
append(d,ul);
close(d);
rptview('test','html');
See Also
mlreportgen.dom.CustomElement | mlreportgen.dom.CustomText
Page view 555
1 2 ... 551 552 553 554 555 556 557 558 559 560 561 ... 985 986

Comments to this Manuals

No comments