Changing Document Titles in Templates

Hi all
I know this must be something I am missing that is easy - but
I cannot figure out how to change my Document Titles in files that
are using a single Template. They cannot be edited in the file, as
they are locked in the Template. How do I unlock the Title in the
Template so I can make the Document Titles different? This must be
an easy one - I've just been working too long today and am under a
deadline.
Thanks for the help -
Q

A properly made template will allow you to edit your child
page document
titles. The fact that you cannot means you have not used a
properly made
template. To see what I mean, do this -
Create a new page.
Use FILE | Save As Template..., and give it a name.
Look at the code - see the editable region around the
<title> tag? That's
what yours should look like.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"QuimbyDog" <[email protected]> wrote in
message
news:ejqivb$639$[email protected]..
> Hi all
>
> I know this must be something I am missing that is easy
- but I cannot
> figure
> out how to change my Document Titles in files that are
using a single
> Template.
> They cannot be edited in the file, as they are locked in
the Template.
> How do
> I unlock the Title in the Template so I can make the
Document Titles
> different?
> This must be an easy one - I've just been working too
long today and am
> under
> a deadline.
>
> Thanks for the help -
> Q
>

Similar Messages

  • Changing Document Titles in PHP

    I am having trouble editing document titles. I'm using PHP,
    and the template was designed by a developer so I'm hesitant to
    change it. The template doesn't even have a title, so I'm unsure as
    to why I'm not able to edit the individual pages. The title
    changes, but when I click to save, it reverts to the original
    title. Help!
    www.lightworkseminars.com

    >I'm changing the document title in the page properties.
    >Just to clarify, I'm not talking about the title tag.
    That part is fine.
    >Print this message
    You are changing the document title but you're not talking
    about the title tag? What are you talking about then?
    You need to view the page source as rendered in the browser.
    It has extra title and other tags in the body, and fails
    validation. We can't see the php code so we don't know how the page
    is assembled. I guessing it's using some php includes to pages that
    are not constructed properly. If you paid someone to do this for
    you then you should go back to them and have them fix it, since it
    is very screwed up. You also mention templates but I don't see any
    DW templates used on that page.

  • Re: Changing document title in SOST

    Hi ,
    Does anyone can tell me how to change the document title in SOST transaction?
    after running the report in SOST, in ALV output, the document title is displaying as "RSM13000 /20100617/022445".
    The user doesnt wants  the title in that way.
    I checked the program, the data was coming from standard program.
    Anybody have faced such problem? Pls share...
    Rgs,
    Priya

    Hi,
    If you are using function module 'SO_NEW_DOCUMENT_ATT_SEND_API1'  and when you are passing
    WA_DOC_CHNG-OBJ_DESCR = 'give description'.
    DATA: WA_DOC_CHNG TYPE SODOCCHGI1.
          CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
          DOCUMENT_DATA = WA_DOC_CHNG   " here
          PUT_IN_OUTBOX = 'X'
          COMMIT_WORK = 'X'
          TABLES
          PACKING_LIST = I_OBJPACK
          OBJECT_HEADER = WA_OBJHEAD
          CONTENTS_BIN = I_OBJBIN
          CONTENTS_TXT = I_OBJTXT
          RECEIVERS = I_RECLIST
          EXCEPTIONS
          TOO_MANY_RECEIVERS = 1
          DOCUMENT_NOT_SENT = 2
          DOCUMENT_TYPE_NOT_EXIST = 3
          OPERATION_NO_AUTHORIZATION = 4
          PARAMETER_ERROR = 5
          X_ERROR = 6
          ENQUEUE_ERROR = 7
          OTHERS = 8.
    Hope this helps..
    Cheers,
    Dep

  • Changing Document Title in Pages for iPad and VoiceOver

    Is there a trick to changing the name of the document in Pages for iPad when voiceover is enabled. I can change the document name when voiceover is turned off but there doesn't seem to be away of getting to the label when voiceover is turned on.

    What makes this difficult is that I can export the documents in PDF format, but then I cannot view them in Pages on the iPad as they cannot be uploaded into iCloud and Pages cannot access documents in other cloud storage sites. Pages uses the Word templates best.
    I've considered Quickoffice, but don't want to spend the $$ on an app that may not work.
    I've even thought about Team Viewer and accessing the documents on my Mac at home, but why remote access another computer just to view native files?
    Thanks for the responses.

  • How to change the title of an existing document?

    I have looked in online manuals and there are no headings for this.  I wish to change the title of an existing documents but can find no way to do so.  Any one have help on this? 

    You can also change the file name in Finder.
    peter

  • Change "document" to report title in print queue

    Post Author: mroy
    CA Forum: .NET
    When printing from Crystal Reports to a printer, in the print queue, the Document Name is "Crystal Reports - " and the report title.
    When printing using ReportDocument in Visual Basic .NET program to a printer, the Document name is "document".
    Is there a way to change "document" to the report title in code?

    Post Author: Argan
    CA Forum: .NET
    You can only do it using RAS I believe by using the PrintReportOptions objects JobTitle property.
    This is only available using Enterprise or CR XI R2 SP2.
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/RAS_SDK/rassdk_com_doc/doc/rassdk_com_doc/Crystal_Reports_Controllers_Library101.html
    Jason

  • Can't change the document title when the browser is opened in dialog mode

    Hello experts,
    I'm working on a solution which involves opening up another .jspx page in dialog mode. I need to change the title of the dialog browser window dynamically when the user performs a specific action on the dialog page.
    Unfortunately, I can't get this to work. I have tried using JavaScript and had no luck. I tested this technique on a non-dialog page and it works fine. Please help.
    Here is the markup code for launching the dialog page:
    <af:activeCommandToolbarButton id="actbPreview"
    icon="/graphics/previewscreen_enabled.gif";
    text="Preview"
    action="dialog:weCreate"
    useWindow="true"
    windowHeight="620"
    windowWidth="1120"
    disabled="#{empty bindings.MapElemUnqId.inputValue}"
    launchListener="#{backing_weQuery.launchPreviewerListener}"
    binding="#{backing_weQuery.actbPreview}"
    returnListener="#{backing_weQuery.returnPreviewerListener}"
    clientComponent="true"
    windowModalityType="applicationModal"
    windowEmbedStyle="window"
    disabledIcon="/graphics/previewscreen_disabled.gif";/>
    On the dialog page, here is the markup and javascript for setting the browser window title:
    <af:commandButton text="title" id="cb10">
    <af:clientListener method="setWindowTitle"
    type="action"/>
    </af:commandButton>
    function setWindowTitle(actionEvent)
    actionEvent.cancel();
    var doc = AdfPage.PAGE.findComponent("d1");
    doc.setTitle("TEST");
    alert("Title="+doc.getTitle());
    }

    Thanks for your response.
    I tried that and I could not get it to work. Even though I can set pageFlowScope.pageTitle dynamically, the browser window title does not refresh (I tried to refresh via PPR and full post back).
    here is my code:
    public void setPageTitle(ActionEvent actionEvent)
    RequestContext requestContext = RequestContext.getCurrentInstance();
    Map pfs = requestContext.getPageFlowScope();
    pfs.put("pageTitle","TEST 2");
    RequestContext.getCurrentInstance().addPartialTarget(this.document);
    public void setPageTitle(ActionEvent actionEvent)
    RequestContext requestContext = RequestContext.getCurrentInstance();
    Map pfs = requestContext.getPageFlowScope();
    pfs.put("pageTitle","TEST 2");
    FacesContext context = FacesContext.getCurrentInstance();
    String currentView = context.getViewRoot().getViewId();
    ViewHandler vh = context.getApplication().getViewHandler();
    UIViewRoot x = vh.createView(context, currentView);
    x.setViewId(currentView);
    context.setViewRoot(x);
    }

  • How can I change a Documents Title

    Hi
    I have created a Document using sAIDocument->New().
    Later I would like to change the title of the document, which I originally passed in on the AINewDocumentPreset.docTitle.
    Can anyone suggest how I can do this programatically, or do you have to remove the document and start again?
    Thanks
    Amy

    You can't even change the name in the regular Illustrator UI (short of saving it as something else of course!). The name isn't really a name per se, its just the default it'll use the first time you save the document. After that, its name is whatever it was saved as. So there's really no such thing as a 'document name' in Illustrator.

  • Refresh document title on change

    Hi!
    Does anyone know how to refresh document title on change?
    I have master.jsf with
    <af:document title="#{someBean.activeDocumentTitle}" id="documentRoot">In method activeDocumentTitle I get currently active tab, and get its title. Then I build
    activeDocumentTitle by concatenating application name and currently active tab title. Like so:
    "ActiveTab/ApplicationName".
    Problem is the document title does not refresh on new tab opening. If I refresh it manually (F5), document title has right value. Please help.
    I use JDeveloper 11.1.2.1.0
    Regards, Marko

    When do you want to have partial trigger.it will not change the whole page.
    suppose u button click u want to refresh title.add the id of button in partial trigger of outputtext .change partialsubmit of button to true,
    http://www.techartifact.com/blogs/2009/03/partial-page-rendering-ppr-in-oracle-adf.html
    http://ranajitsahoo.blogspot.in/2008/04/enabling-partial-page-renderingppr-in.html

  • Changing Document Library Title via PowerShell

    Hi there,
    I´m trying to add a new Document Library in my SharePoint 2013 environment and change the title of it, due to URL reasons. 
    The Code:
    $web = Get-SPWeb(“http://sp/s/doc”)
    $list = $web.Lists[“Admin”]
    $list.OnQuickLaunch = $true
    $list.EnableMinorVersions = $true
    $list.Title = “Admin2”
    $list.Update()
    The QuickLaunch and versioning settings just work fine, but the title of the library stays "Admin".
    Any Ideas?
    Thank You!

    Hi hank
    This should be becoz of local resources.
    That could be due to localization. In that case, you should also set TitleResource property:
    field.TitleResource.SetValueForUICulture(new CultureInfo(1033), "My title");
    http://sharepoint.stackexchange.com/questions/24163/how-to-rename-title-column-in-document-library-using-code
    7down
    voteaccepted
    That could be due to localization. In that case, you should also set TitleResource property:
    field.TitleResource.SetValueForUICulture(new CultureInfo(1033), "My title");
    7down
    voteaccepted
    That could be due to localization. In that case, you should also set TitleResource property:
    field.TitleResource.SetValueForUICulture(new CultureInfo(1033), "My title");
    7down
    voteaccepted
    That could be due to localization. In that case, you should also set TitleResource property:
    field.TitleResource.SetValueForUICulture(new CultureInfo(1033), "My title");
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Changing the title of multipel documents

    Hi there Apple fans.
    I was wondering if there is a way -- with Applescript (or some other tool) -- to change the title of multiple documents.
    You see I have about 800 "songs" from and Audiobook. And they are called *"The Dark Tower VII - The Dark Tower 001..002..003.. (all the way too 800)"*. It's like this, The Dark Tower is a series, and this is the seventh book, which is also called The Dark Tower.
    And what I want to do is to have them called just *"The Dark Tower 001..002..003"*.
    This is annoying because when I am viewing the files in my iPod, only half the name is shown, *"The Dark Tower VII"* not the file number. So it is a hard time trying to find where you are, which file you are on.
    For Finder documents this is easily done with Automator. Just rename and then use sequence. But there is no such option for iTunes.
    I am almost positive that there should be some way to do this with a rather simple Applescript script. Unfortunatly, I have almost no knowledge of scripting.
    If anyone has any idea please post them here.
    Thanks.

    Maybe you did not understand.
    I want to go from this:
    My Audiobook - Track nr 1
    My Audiobook - Track nr 2
    My Audiobook - Track nr 3
    My Audiobook - Track nr 4
    My Audiobook - Track nr 5
    My Audiobook - Track nr 6
    To this:
    Track 1
    Track 2
    Track 3
    Track 4
    Track 5
    Track 6
    Understand? Please help.

  • How to change GR/GI Slip Document Title

    Hi Experts,
    I would like to ask about how to change the GR/GI Slip document title to another text instead of the "GR/GI slip".
    I enclose the picture as a link below.
    http://img834.imageshack.us/img834/6846/slip.png
    Thanks in advance

    In std its not possible. copy the same smartform and ask your abaper to put your logo in this smartform.
    Hope this will help ful to u

  • Displaying document title based on category

    hai all,
    i want display document title based on document category, what is the field to display doc title for invoice
    description of freight terms should be displayed based on vbrp-kvgr1, i am not able to find the field
    Edited by: kpsgoutam on Aug 27, 2009 2:56 PM
    Edited by: kpsgoutam on Aug 27, 2009 3:03 PM

    you can use either SPQuery to filter your list or Keyword query to search this specific library or
    instead of creating custom webpart use content by search webpart 
    edit the query and add the below query 
    (contentclass:STS_ListItem OR IsDocument:True) ListID:{5512071B-936A-4286-8C5A-AC2EB969306D}
    Your_category_managed_property:'category A'
    change the item display template to display path as the link
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • Changes in edited & saved template do not show up in page 2 or 3 of letter.

    I am new to Pages '09. I chose a template for a "Traditional Letter". It immediately picked up my name (from the computer registration, I think), as the header read "Geraldine's Laptop Dwyer". I edited that to read, "Geraldine Dwyer", added my phone & fax numbers and my address at the bottom. Then I saved it to "My templates".
    Next time I opened this template - those changes were saved and showed up, but when I wrote a letter and it spilled onto the second page - the original header created by the app. - "Geraldine Laptop Dwyer"is on the top of the second page (& 3rd and 4th pages too). How can I have "my" information on all the pages that I edit from an Apple template, or maybe I cannot?
    Geraldine Dwyer

    Geraldine,
    There are some oddities in Pages' methods.
    What you did was save the changed template which had been altered on the page but you also needed to "capture" and save the Layout or Section over the existing one in the document using the same name to replace it.
    I will walk you through making your own version of a template.
    1 Open a new document using the template you wish to customise.
    2 Don't change anything yet, but open every section from the Sections pull down menu so you have a sequence of pages each with a page of a different section design.
    3 Make Master Objects selectable if they are not. 
Change each Section to your liking.
    4 +Menu > View > Page Thumbnails+
    5 Select first Thumbnail in sidebar 
+Menu > Format > Advanced > Capture Pages… > Name : Type exactly the same name as the section > It will ask you if you want to replace the existing section > Replace+
    6 Repeat this for each section until you have replaced them all.
    7 +Menu > File > Save as Template… > Save with a New Name+
    8 +Menu > File > New from Templates > My Templates > Choose your New Name template+
    You now have a document customised to your design.
    Peter

  • Unable to change document owner

    Hi All,
    I am trying to change document owner of Master Agreement via Contracts.xls file.
            I am getting below error:
            # Record 1. Warning: the item Rama Kishore referenced in column DOC_OWNER_USER could not be found
    Also, I went through various posts and as mentioned in one of the post to assign "Document Owner" role using "user account.xls". But still I was not able to see this role in Security Tab of my user account.
    Another post says to use a template with following fields
           # Field
           # CLASS_NAME
           # PARENT_EXTERNAL_ID
           # PARENT_UNIQUE_DOC_NAME
           # LOOKUP_PRINCIPAL
           # LOOKUP_COLLABORATOR_TYPE
           # LOOKUP_COLLABORATOR_ROLE
           # PRINCIPAL
           # COLLABORATOR_TYPE
           # COLLABORATOR_ROLE
           # REPRESENTING
           # USAGE
           # SILENT
           but it gives error:
           # Failed: object 1: The object referenced in column DOC_TYPE could not be found.
    Please guide me on how to change document owner of an Master Agreement.
    Thanks,
    Saloni

    HI Saloni,
    Try to import the sample workbook  with your Data which I have sent to your email id. While importing select the object type as Master Agreement. Also make sure the user which you are trying to update should be available in the System.
    Let me know if it works.
    Thanks,
    Kushagra A

Maybe you are looking for