Creating contents page for pdf/rdf

I have several reports that our anchored together. I want to create a contents page that gives me page numbers of the serveral anchored reports.
example one report has a list of cars the next anchored report list trucks, the next is boats, etc...
I want a contents page that list the page number where the car, truck and boat report started
cars page 5-10
trucks page 11-21
boats page 22-30
Thanks

Reports page numbering won't allow you to do this by default. However, you can use a format trigger against a field to set the value appropriately.
eg:
- create a user parameter 'P_StartPageNumber' of type number, default value of '0'
- create a field 'F_PageNumber' and set the source to "copies"
- create a format trigger against 'F_PageNumber' with the following:
function F_PageNumberFormatTrigger return boolean is
currentPage number(10);
begin
srw.get_page_num(currentPage);
srw.set_field_num(0, currentPage + :P_StartPageNumber);
return (TRUE);
end;

Similar Messages

  • I download itext  for convert jsp to PDF. How to set content type for PDF.

    I download itext for convert jsp to PDF. How to set content type for PDF. I try
    <%@ page contentType = "application/pdf;charset=TIS-620" %>
    , but the page does not PDF.
    Thank.

    PDF files are usually binary files, JSPs are not well-suited for binary content.
    (If you download the result of your JSP you'll see that it is not a valid PDF file; it will have probably a lot of whitespace and linefeeds, that will choke your PDF reader.). The first few characters must be
    "%PDF-" without whitespace.
    You can try using PDF files encoded as text - check if you can use text-encoded PDFs in iText.
    Try using a Servlet instead.

  • How to get pages list for a group space or create a page for a group space

    hi All,
    I am using wc11.1.1.3, I want to use java api to implementing the following functions in site template:
    1. Get pages list for a given group space
    2. Create a page for a given group space
    I researched the following codes from web site:
    PageDef newPage = mPageService.createPage(
    PERSONAL_USER_PAGE, pageNameFormat, pageTitle,
    "MyPageTemplate1.jspx",
    "/mytemplates/",
    null, null, null);
    What should be used instead of PERSONAL_USER_PAGE if a group space page is intended to be created? which parameter is for defining group space name that the page should be created for?
    By the way, PageService seems has method for getting list of pages, but how to use it to get page list which is in a specified gs?
    Best regards

    did you manage to get the page list using Page Service API?

  • I want to create home page for my application with short URL

    I want to create home page for my application with short URL
    as when I want user to use my application user must go to URL like this
    http://127.0.0.1:7101/My-Project/faces/app/empModule/allEmployees/viewMyEmployees.jspxI want the user to use short URL , How can I use shorter URL not all this one.
    I want shorter URL for my application not to write full path .
    thanks in advance.
    Edited by: user611775 on Oct 31, 2010 10:21 PM

    Well,
    it's up to you. The first part (Mcit-Project-ViewController-context-root) is the context root which you define in the view controller project. 'faces' is the name the servlet filter reacts on. You can't omit it but shorten it in web.xml. The rest is your directory structure. I'm not sure how to shorten this other as to move the jspx files back into the web root folder.
    By the way an ADF faces app never uses the .jspx at the end of the url. If you specify '.jspx', you only render the page but don't start the work flow.
    Timo

  • HELP! How do I create a page for clients and talent to login and info...

    I need to create a page for interested clients to register to my site and then browse talent for promotions...I also need talent to be able to register and store their photographs and information so that potential clients (and I) can browse through their info... This obviously needs to be two different things...How do I do this???

    This old thread may help:

  • How to get the page layouts programmatically and create a page for that pagelayout

    how get the page layouts programmatically and create a page for that pagelayout and add webpart
    please help me with da code.Thanks
    adityadugyala

    Hi if your page layouts alreday created then create new page programaticaaly  and apply your page ayouts to that page by coding you can do something like following
    PublishingWeb publishingWeb =
    PublishingWeb.GetPublishingWeb(web);
    PageLayout[] layouts = publishingWeb.GetAvailablePageLayouts();
    PageLayout layout = layouts[0];
    string pageName =
    "MyPublishingPage5.aspx";
    PublishingPage newPage = publishingWeb.GetPublishingPages().Add(newFolder.Folder.ServerRelativeUrl +
    "/"+ pageName, layout); 
    newPageUrl = web.Url +"/" + newPage.Url;
    newPage.Description = "This my sample publishing page";
    newPage.Title = "My Publishing Page";
    newPage.Update();
    Please follow link
    http://blogs.msdn.com/b/sowmyancs/archive/2008/03/15/create-publishing-pages-in-portal-sites-programmatically.aspx
    Please mark answer , if you think answer is helpful or correct.

  • Printing multiple slides per page for pdf

    Hey guys. I just downloaded 10.10.1 and I'm unable to print multiple slides per page for my pdf files. Usually before I print, I can choose an option if I want to have 4 or 6 slides per page printed (as this helps to save paper and is how I have my notes for school). But now, it says "copies per page" instead of "slides per page". So the print preview shows the same 1 slide printed 6 times on each paper, instead of 6 different slides on 1 paper (which what is what I was able to do before I downloaded Yosemite).
    Does anyone know how to print multiple slides per page for pdf files???

    Did you try the Layout panel? Page per sheet?

  • Create desktop file for pdfs on an ipad

    I downloaded pdfs from email on my ipad. How do I create a desktop file to keep the pdfs in?

    Thank. I reluctantly came to that same conclusion.
    In a message dated 9/24/2013 7:52:42 P.M. Eastern Daylight Time, 
    [email protected] writes:
    Re:  Create desktop file for pdfs on an ipad
    created by MichaelKazlow (http://forums.adobe.com/people/MichaelKazlow) 
    in  Adobe Reader for iOS - View the full  discussion
    (http://forums.adobe.com/message/5711108#5711108)

  • Auto create profile page for users that register? Please help!

    Hi everyone,
    I am building a site along with other people and I am the main web designer. I need to know how to have my site automatically create a users profile page when the said user registers on the site. Something very similar to YouTube or MySpace. Example: If a user where to create an account with the username bob678 the site/code would a page called examplesite.com/userid/bob678 (like I said before very similar to YouTube). I cant seem to find the answer to this anywhere but I know it is possible. Any and all help is very appreciated!
    PS. I already know how to allow people to register, I just need it to create a page for them.

    Ok here it is. How to create the profile page automatic after registering. I'm assuming you have created a "register.php" page and a "login.php" page. Both pages have a relationship with your database tables using PHPMySQL as well. When you created the login.php page a session variable was created. You can find it on the login page only when viewing the page in code view. The session variable will be named "MM_Username"  this is case sensitive. Remember this variable.
    Step 1-
            Create a new blank.php page. and save it as myprofile.php
    Step 2-
            In the bindings menu under applications on the side click the + and choose "Recordset Query". Then stay in the Simple Mode and choose the database connection. Then choose the table containg the columns that you created for your register.php page. Keep the all radio button too. Then choose the database column you designated to be used for storing the username and proceed to:
                                                                                         Filter: "username"              =
                                                                                                   "Session Variable"    "MM_Username"
                                                                                                   "Sort"                       "None"
    Step 3-
           In the Server Behaviors menu click +, User Authentication- Restrict Access to Page. Set "If access denied, go to: login.php". Then click + again, User Authentication- Log Out User.
    Step 4- Insert a table on the page body. Then In the Bindings menu open the + sign of your created recordset. This will display all the columns in your database table. Place the cursur inside the page body table. Then highlight the "username" column from the Bindings menu and click the insert button. This will display the username. Repeat with all columns you wish to be displayed. Save this page.
    (Remeber to edit your login.php page by setting "If login succeeds, go to: myprofile.php)
    Step 5-  "Synchronize Sitewide".
    Step 6- Now test the function you just created by starting from the top:
    Register as a new user. Once you have submitted your user information go to your login page and login with your new username and password. And if login succeeds, you will go to: myprofile.php. Once the myprofile.php page loads, your username and all the columns you inserted will be displayed. Try registering a second user and see the automatic profile page create.
    The secrete in this process is the recordset query being:
                                                      Filter: "username column" = "SESSION VARIABLE" "MM_Username"
    Setting up th recordset to be filtered by username tells the page to only display the records of the username that is logged in. If you were to keep the recordset query filter to "None" then every user records will be displayed on the page creating like a directory/phone book page.
    To sum things up make sure to save the page as a .php first thing. Then create the recordset query. Then restrict access to the page. Then add the log out to the page. This must be done in that order before anything else.

  • Cannot create 'download' page for inline PDF viewing with IE

    Description of Problem:
    Typically, when you want to transfer a file to the client via code (cuz the
    file is in a db, for example), you create a page that will change the
    response headers and then spit out the file for them to download.
    This works, however something with the response headers make it so IE does
    not display a PDF if the 'Display PDF in browser' is turned on in the
    Acrobat Reader. The page loads, but is blank.
    code:
    response.setContentType("application/pdf"); //this works well
    response.setHeader("Content-disposition","inline; filename=" +"report.pdf" );
    response.setContentType("application/pdf;charset=GB2312"); // can't work
    response.setHeader("Content-disposition","inline; filename=" +"report.pdf" );
    when response header containt national char
    must set "useResponseCTForHeaders = true" in sun-web.xml and must use setContentType charset =XXX
    Actual Results:
    A blank page is shown
    Expected Results:
    The PDF is shown in the browser using the acrobat reader plugin.
    How often does this happen?
    Every time

    hi kglad
    thanks for the help im almost there but still not getting it
    so currently my code is set up for an action over a button
    using
    on (release) {
    getURL("www.mysite.com/my.mp3","_blank");
    so do I keep the on(release and then add in the on (release)
    then add in which part of the filereference class??
    import flash.net.FileReference;
    var listener:Object = new Object();
    listener.onSelect = function(file:FileReference):Void {
    trace("onSelect: " + file.name);
    listener.onCancel = function(file:FileReference):Void {
    trace("onCancel");
    listener.onOpen = function(file:FileReference):Void {
    trace("onOpen: " + file.name);
    listener.onProgress = function(file:FileReference,
    bytesLoaded:Number, bytesTotal:Number):Void {
    trace("onProgress with bytesLoaded: " + bytesLoaded + "
    bytesTotal: " + bytesTotal);
    listener.onComplete = function(file:FileReference):Void {
    trace("onComplete: " + file.name);
    listener.onIOError = function(file:FileReference):Void {
    trace("onIOError: " + file.name);
    thanks a lot for your help!
    var fileRef:FileReference = new FileReference();
    fileRef.addListener(listener);
    var url:String = "
    http://www.macromedia.com/platform/whitepapers/platform_overview.pdf";
    if(!fileRef.download(url, "FlashPlatform.pdf")) {
    trace("dialog box failed to open.");
    }

  • HELP! CS2 hyperlink index to book pages for PDF

    Hi there, would really appreciate any help with this.
    We need to make an interactive PDF with a fully searchable index using InDesign CS2 (windows platform on PC).
    Currently we place text into CS2 InD doc templates, format it, then add all docs into InD Book. A PDF is made from the book and the author indexes from this PDF. He supplies a Word document with Index topics etc and page numbers. This is placed into InDesign, formatted, then loaded into the Book.
    To make the text as interactive as we require in the final PDF, we use InD TOC to adds bookmarks as we need, we also manually add hyperlinks in InD to jump back to the contents page from any given page.
    However we need the Index in the PDF to be fully interactive - ie when you click on a page number in the Index, it will take you to that page. For various reasons we do not want to use InD indexing (which would i gather add hyperlinks) or Indexing facility in Word which also adds hyperlinks by carrying fields over from Word.
    Is there a InD script that could just pick up all page numbers in the Index and connect them to the actual page where the word appears? Without any need for text tagging, or marking or using Index palette?
    I'm sorry but we have no experience of writing scripts (though have used the Endnote script to enable Endnotes to be used in InDesign).
    Any ideas would be very very welcome.
    Thanks for your time!
    Emma

    I think the export feature in InDesign is a feature of that product and not Acrobat. Thus you will need to ask in that forum. There are folks here that may know because they also have InDesign. The long link names and potential problems suggests that you have an option in the export incorrectly selected and you are actually not using links. Acrobat will try to interpret things it sees as links as such (like WORD and other products) but may not get them right if they are strange links. In such a case you have 2 options: 1. Be sure you have the proper feature selected for exporting the links (so they are included) or 2. Fix the links so they satisfy proper URL formatting. For instance, spaces are not standard in links, even if MS products like to use them.

  • .pages file created in Pages for Mac won't open in Pages for iPad

    Just created a pages document on my Mac, saved it to my google drive and when attempting to "open in" from my google drive the file won't open in pages for iPhone or iPad (mini).
    All versions of Pages are on latest release.
    Messge reads:
    Document can't be imported.
    The file format is invalid.
    I download both the mac app and ios app a week ago.
    Thank you for any info!

    I've been testing file structures via google drive this morning and have yet to find a solution.
    Compressed files will not open in Pages on the ipad and an upload to Google Drive of a .pages document re downloaded to my desktop will no longer open in Pages on the Mac.
    Somewhere in the google ecosystem during upload or download / "open in" (on the ipad) the file is being restructured so that it cannot be recognized.
    An hour call with the team at Google hasn't supplied an answer yet and they have opened a case file to investigate.
    I'll update when I hear back.
    Thanks!

  • IWeb won't create another page for me

    I have created 4 pages on iWEB. I logged in as asked to publish my 5th page and it ignores my login and keeps repeating the same message/ page to login. Also I was able to link to my iWeb pages from bookmarks for the first 4 pages i created. Now, I can't link anymore. I have been using mobileme for 2 years. What do I do now?

    Welcome to the discussions. Try this: Quit iWeb. Then  menu > System Preferences... > MobileMe icon > Account tab > click on Sign Out... Then enter a garbage name and password and try to sign in. This apparently clears the MobileMe preferences. Then enter your real username and password. Once signed in, quit System Preferences and open iWeb.
    If still no luck and no-one else chips in here with a suggestion, MobileMe live chat support is now 24/7 — see this announcement.

  • All content except for PDF are stuck in GenWWW - IBR IS converting them..

    Hello,
    We are having a serious issue with our UCM/IBR where all new documents except for PDF's are successfully converted (we confirmed this through IBR weblayout directory and log files) but they are never Released.
    We have tried the following:
    1. Reindexing
    2. Rebooting both servers (including admin server)
    We are using Direct PDFExport and Digital Media Graphics for conversion.
    The connection status is OK and there are no errors in the logs and I can't even begin to tell you what some of this means in the trace log.
    I don't usually say this but... Please help!!

    Guys. It DID go through IBR. The conversion files, such as the thumbnails and web renditions for images are all being created and the trace logs in IBR even confirm that they were successfully converted. The issue is NOT that files are not being converted, it is that they are not getting released from GenWWW. We have rebuilt the Index twice and rebooted the services on each box.
    Yes we are using PassThru for PDF's because there is no need to convert them. We are using Digital Media Graphics and PDFExport for the rest. This morning when we got in most of them had finally converted, but there are a few that are not, and we submitted some an hour ago and they are showing the same symptoms.
    I have noticed a couple of strange things from the trace logs, as well as the weblayout folder:
    1. The weblayout folder that contains the conversions in question from yesterday (there were about 3 dozen jpg's from the same folder) have something interesting going on. We recently renamed the parent folder from "Photos" to "Project Visuals," however within that weblayout folder there is ONLY a "Photos" folder - yet it contains all the newly converted files (which are in Project Visuals folder). I am thinking this might be a problem.
    2. In the IBR logs I notice at the beginning and end of the job the COPYJOB operation does not get passed a job id. The exact errors are:
    refinery/6     03.08 16:51:21.009     IdcServer-3047     entered m_postConvertedJobsTable edit with action: COPYJOBS; on jobID: <no id passed>
    refinery/6     03.08 16:51:36.219     IdcServer-3048     entered m_postConvertedJobsTable edit with action: COPYJOBS; on jobID: <no id passed>
    refinery/6     03.08 16:51:41.305     IdcServer-3049     entered m_postConvertedJobsTable edit with action: COPYJOBS; on jobID: <no id passed>
    refinery/6     03.08 16:51:41.352     IdcServer-3050     entered m_postConvertedJobsTable edit with action: COPYJOBS; on jobID: <no id passed>
    refinery/6     03.08 16:51:44.082     Job_10396_prod_ucm     starting conversion: DIGITAL MEDIA GRAPHICS; is subconversion: false
    refinery/6     03.08 16:51:44.082     Job_10396_prod_ucm     Script: TRUE
    refinery/6     03.08 16:51:44.082     Job_10396_prod_ucm     Evaluated to: TRUE
    refinery/6     03.08 16:51:44.082     Job_10396_prod_ucm     Script: DigitalGraphicRenditions
    refinery/6     03.08 16:51:44.082     Job_10396_prod_ucm     Evaluated to: DigitalGraphicRenditions
    refinery/6     03.08 16:51:44.082     Job_10396_prod_ucm     Starting step: DigitalGraphicRenditions
    refinery/6     03.08 16:51:44.082     Job_10396_prod_ucm     Script: onErrorFail, producesRequiredWebviewable...
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     Finished step: DigitalGraphicRenditions
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     Steps completed for Job: 10396
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     DigitalGraphicRenditions: 1: C:/app/oracle/product/fmw/USER_P~1/domains/prod_ibr_domain/ucm/ibr/vault/~temp/prod_ucm/10396/prod_032539~4.jpg
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     dConversionState = Converted
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     dConvMessage = Success
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     dFormat = image/jpeg
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     dWebExtension = jpg
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     RefineryConvertedFile = prod_032539~4.jpg
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     RefineryPrimaryConvertedPath = C:/app/oracle/product/fmw/USER_P~1/domains/prod_ibr_domain/ucm/ibr/vault/~temp/prod_ucm/10396/prod_032539~4.jpg
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     AdditionalRenditions = THUMBNAIL_PNG,ZIPRENDITIONS
    refinery/6     03.08 16:51:45.408     Job_10396_prod_ucm     finished conversion: DIGITAL MEDIA GRAPHICS; is subconversion: false
    refinery/6     03.08 16:51:49.136     QueueLockId_10396     entered m_postConvertedJobsTable edit with action: ADDJOB; on jobID: 10396
    refinery/6     03.08 16:51:51.429     IdcServer-3052     entered m_postConvertedJobsTable edit with action: COPYJOBS; on jobID: <no id passed>
    refinery/6     03.08 16:51:53.847     IdcServer-3054     entered m_postConvertedJobsTable edit with action: DELETEJOB; on jobID: 10396
    refinery/6     03.08 16:52:06.639     IdcServer-3059     entered m_postConvertedJobsTable edit with action: COPYJOBS; on jobID: <no id passed>As you can see the job has finished successfully from the log as well.
    Do any of you know what is the normal expected behavior for these two scenarios? Shouldn't the conversion process create a new folder and update all the references from the photos folder?
    I will continue with my troubleshooting as you have suggested. I appreciate the feedback.
    thank you
    s
    Edited by: SethBW on Mar 9, 2012 7:59 AM
    Edited by: SethBW on Mar 9, 2012 7:59 AM
    I'm not sure why but it won't let me get rid of the jive quote tag... that's a problem with this forum and the default output of the trace logs.
    Edited by: SethBW on Mar 9, 2012 8:21 AM

  • Creating Master page for publishing site

    Hi,
    I am trying to create a master page for publishing site. I have downloaded the "StarterBranding - V1.3" from codeplex, and used the "Starter Publishing". Currently it is not showing logo, search box, top navigation, breadcrumbs.
    I have an existing master page which has lot of tags, and I am not sure what they represent. The below code is after the script manager tag in the body section:
    <SharePoint:AjaxDelta id="DeltaDelegateControls" runat="server">
    <SharePoint:DelegateControl ID="DelegateControl2" runat="server" ControlId="GlobalNavigation" />
    <SharePoint:DelegateControl ID="DelegateControl3" ControlId="GlobalSiteLink3" Scope="Farm" runat="server" Visible="false" />
    </SharePoint:AjaxDelta>
    <div id="TurnOnAccessibility" style="display:none" class="s4-notdlg noindex">
    <a id="linkTurnOnAcc" href="#" class="ms-accessible ms-acc-button" onclick="SetIsAccessibilityFeatureEnabled(true);UpdateAccessibilityUI();document.getElementById('linkTurnOffAcc').focus();return false;">
    <SharePoint:EncodedLiteral ID="EncodedLiteral1" runat="server" text="<%$Resources:wss,master_turnonaccessibility%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <div id="TurnOffAccessibility" style="display:none" class="s4-notdlg noindex">
    <a id="linkTurnOffAcc" href="#" class="ms-accessible ms-acc-button" onclick="SetIsAccessibilityFeatureEnabled(false);UpdateAccessibilityUI();document.getElementById('linkTurnOnAcc').focus();return false;">
    <SharePoint:EncodedLiteral ID="EncodedLiteral2" runat="server" text="<%$Resources:wss,master_turnoffaccessibility%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <div class="s4-notdlg s4-skipribbonshortcut noindex">
    <a id="A1" href="javascript:;" onclick="document.getElementById('startNavigation').focus();" class="ms-accessible ms-acc-button" accesskey="<%$Resources:wss,skipribbon_accesskey%>" runat="server">
    <SharePoint:EncodedLiteral ID="EncodedLiteral3" runat="server" text="<%$Resources:wss,skipRibbonCommandsLink%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <div class="s4-notdlg noindex">
    <a id="A2" href="javascript:;" onclick="document.getElementById('mainContent').focus();" class="ms-accessible ms-acc-button" runat="server">
    <SharePoint:EncodedLiteral ID="EncodedLiteral4" runat="server" text="<%$Resources:wss,mainContentLink%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <div id="TurnOffAnimation" style="display:none;" class="s4-notdlg noindex">
    <a id="linkTurnOffAnimation" href="#" class="ms-accessible ms-acc-button" onclick="ToggleAnimationStatus();return false;">
    <SharePoint:EncodedLiteral ID="EncodedLiteral5" runat="server" text="<%$Resources:wss,master_disableanimation%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <div id="TurnOnAnimation" style="display:none;" class="s4-notdlg noindex">
    <a id="linkTurnOnAnimation" href="#" class="ms-accessible ms-acc-button" onclick="ToggleAnimationStatus();return false;">
    <SharePoint:EncodedLiteral ID="EncodedLiteral6" runat="server" text="<%$Resources:wss,master_enableanimation%>" EncodeMethod="HtmlEncode"/></a>
    </div>
    <a id="HiddenAnchor" href="javascript:;" style="display:none;"></a>
    <div id="suiteBar" class="ms-dialogHidden noindex">
    <div id="suiteBarLeft">
    <div class="ms-table ms-fullWidth">
    <div class="ms-tableRow">
    <div class="ms-tableCell ms-verticalAlignMiddle">
    <SharePoint:DelegateControl id="ID_SuiteBarBrandingDelegate" ControlId="SuiteBarBrandingDelegate" runat="server"/>
    </div>
    <SharePoint:AjaxDelta runat="server" id="DeltaSuiteLinks" BlockElement="true" CssClass="ms-core-deltaSuiteLinks">
    <div id="suiteLinksBox">
    <SharePoint:DelegateControl id="ID_SuiteLinksDelegate" ControlId="SuiteLinksDelegate" runat="server" />
    </div>
    </SharePoint:AjaxDelta>
    </div>
    </div>
    </div>
    <div id="suiteBarRight">
    <SharePoint:AjaxDelta runat="server" id="DeltaSuiteBarRight" CssClass="ms-core-deltaSuiteBarRight" BlockElement="true">
    <div id="welcomeMenuBox">
    <wssuc:Welcome id="IdWelcome" runat="server" EnableViewState="false" />
    </div>
    Are the above tags required in Master page? what is the use of it? I have more tags and will add after knowing the use of it in future threads.
    Thanks

    Hi,
    According to your description, my understanding is that you want to know about the each tags useful in master page.
    In SharePoint 2013 master page, there are some common tags like body tag, head tag and meta tag and some style CSS div tags. For the useful of these tags, I suggest you can refer the articles below:
    Understanding HTML master pages in SharePoint 2013
    In your custom master page, it will have some custom css tags depend on the display style but it is no required for master pages, if you want to know about what tags is required in master page, you can compare the custom master page with the  OOTB master
    page.
    More information:
    Create a minimal master page in SharePoint 2013
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • K7N2 Delta-L deteriorating cmos resets

    Hi System info : K7N2 Delta-L mobo XP2500 Barton 2 x 256mb Samsung (Korean) PC3200 Coolermaster CP5-8JD1F-0L hsf PNY ti4200 128mb Maxtor 40g 7,200 hd Pioneer DVD LG CD-RW 2 x 80mm case fans 1st psu 400w generic 2nd psu Thermaltake 420w All installed

  • How can I create a new UDL w/o calling a dialog box, or going through Windows?

    I'm using Labview 6.1 and the Database Connectivity Toolset. I know the conventional ways of creating a UDL, but with the SQL toolkit there was a vi on the Knowledgebase site that created a DSN seamlessly, with no dialog boxes at all. Is there such a

  • Bank Information in AP_SUPPLIER_SITES_ALL table (R12)

    All, My requirement is to query the bank information of all the supplier sites. When I query the 'sites_all' table, I can see the bank_account_num,bank_account_name and bank_num fields with Null value. But when I check the particular supplier sites i

  • Issue in setting layout variant in ALV tables

    Hi, I have 2 ALV's displaying in a view, 1'st is a header data & 2'nd Item data. Based on the row selection in the Header ALV, the data is determined and displayed in the 2'nd ALV i.e., the Item data. Now the 2'nd ALV (Item data) can contain 20 colum

  • RMA status for my locked up zen mi

    so i finally sent in my creative zen micro.... had the infamous "CREATIVE" screen lockup.. and under the status it said "HANG" whats that mean?! it cost me $32 CDN to send it to oklahoma .... what a rip off... people think money grows on trees or som