Please provide a date when displaying an article

satya - 7/3/2017, 10:17:04 AM

Introduced a new section for inner master page


<!--tag_bgn capture doc-display-title-cmenu -->
HTML goes here
<!--tag_end capture doc-display-title-cmenu -->

satya - 7/3/2017, 10:17:46 AM

Stands for

cmenu - Context Menu. This is a context menu that shows up at the top of the title. Like a back navigation where it is applicable.

satya - 7/3/2017, 10:21:21 AM

what files changed for this release


//sql-explorer/
display-note-imp.html

//reports/masterpage/
def-master-page.html

satya - 7/3/2017, 10:21:38 AM

Move styling of this context menu to the styles file

Move styling of this context menu to the styles file

satya - 7/3/2017, 10:24:52 AM

See my documentation on styles here

See my documentation on styles here

satya - 7/3/2017, 10:39:29 AM

Add the following lines to skin.css


/*
*************************************************** 
* Title context menu: display-note-imp.html
***************************************************
*/
#title-cmenu-line-id
{
   margin-top:-1em;
   padding-top:0;
   color:green;
}

satya - 7/3/2017, 10:39:44 AM

See the style links above to get to this page

See the style links above to get to this page