Adding Text to Custom Layouts

Im trying to add text to a custom layout.  Here;s what im trying to do.  So you've seen the 4x6 postcards people make to hand out for a show? I followed the Scott Kelby lightroom 3 book and its not explaining how to make the template a 4x6 .  It all starts you out on a 8x11.  Then, if you want to add text, it only gives you this tiny box that wont let you make sentences or indent your lines. Ive tried different things in "identity Plate" but that doesnt work either.  I cant see what im doing because it only gives you a little box and wont show you what you are typing.  Anyway , i hope someone is having the same problem and can help me work this out.  I know it can be done. ive done it before. about 2 years ago. But didnt save my template and now cant remember how to do it.
Thanks., Sal

It would be a good idea, usually, to just upload the page and
post a link to
it. That way we can see both the HTML and the CSS, and make
suggestions
that are keyed to your specific layout.
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
==================
"lew2937" <[email protected]> wrote in
message
news:feanr0$20c$[email protected]..
>I am confused. This is very new to me. My code is below.
Thanks so much.
>
> @charset "utf-8";
> body {
> background: #cccccc;
> margin: 50;
> padding: 0;
> text-align: center;
> font-family: Arial, Helvetica, sans-serif;
> font-size: 9px;
> color: #FFFFFF;
> text-transform: lowercase;
> height: 400px;
> }
> .thrColAbs #container {
> position: relative;
> width: 900px;
> margin: 0 auto;
> text-align: left;
> background-image: url(images/citymap.jpg);
> background-position: right;
> }
>
> .thrColAbs #sidebar1 {
> position: absolute;
> top: 0;
> left: 0;
> width: 150px;
> padding: 15px 10px 15px 20px;
> border-top-width: 1px;
> border-right-width: 1px;
> border-bottom-width: 1px;
> border-left-width: 1px;
> border-right-style: solid;
> border-top-color: #FFFFFF;
> border-right-color: #FFFFFF;
> border-bottom-color: #FFFFFF;
> border-left-color: #FFFFFF;
> }
> .thrColAbs #sidebar2 {
> position: absolute;
> top: 0px;
> right: 0;
> width: 100px;
> padding: 15px 10px 15px 20px;
> }
> .thrColAbs #mainContent {
> padding: 0 20px;
> border: 1px none #FFFFFF;
> margin-left: 500px;
> margin-right: 130px;
> }
>
> .fltrt {
> float: right;
> margin-left: 8px;
> }
> .fltlft {
> float: left;
> margin-right: 8px;
>
>

Similar Messages

  • Adding text to editable region creates space in the rest of my layout

    I created my layout in PS, sliced the images and then imported to DW (html and images).
    Layout looks great.
    I created editable regions in the template I created from the .html
    One I start inserting text into these regions, my container moves and it throws the rest of the layout off by adding space between the editable region and the area above it (a big black line horizontally through the page).
    Is there a way to keep the container/editable region from moving or growing with the text so that it doesn't change my layout?
    On a side note, this change doesn't appear in live view. When I preview in browser, Safari layout looks great, but text doesn't appear. In firefox, text appears, but layout is a mess.
    Here is the code from the editable region to which I am trying to add text:
    <!-- TemplateBeginEditable name="main_content_area" -->
            <div id="site_layout_contentmain">Content for  id "site_layout_contentmain" Goes Here</div>
          <!-- TemplateEndEditable --></td>
    ANY help is GREATLY appreciated!!!!!

    MHarvey2001 wrote:
    Yes, the design is appearing to pull apart when I add content, but only in the Firefox preview.
    If it pulls apart in Firefox, chances are it pulls apart in all browsers when text size is increased.
    The problem with Photoshop code is that it is a) rigid, b) unstable and c) invalid.  
    To illustrate, run your code through the on-line validation tools below.
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Photoshop is OK for designing quick comps to show the client but they won't hold up on a real site.
    IMO, the benefits of starting over far outweigh the inconvenience.
    HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Adding Custom Layout Manager

    I'm trying to add my own LayoutManager to JDeveloper following the instructions at http://otn.oracle.com/jdeveloper/help/
    This might help identify the exact page:
    javascript:top.footer.viewTopic('jar%253Afile%253A/u01/webapps/OHW/ohw-app/jdeveloper/helpsets/jdeveloper/developing_gui_clients.jar%2521/ui_paddcustom.html');
    Snip
    JDeveloper supports the integration of other layout managers with its UI Editor. To get a custom layout manager to appear in the Inspector's layout property list, make sure that the layout manager is on the IDEClasspath as defined in JDeveloper\bin\jdeveloper.ini, and add the following line to JDeveloper\bin\addins.properties:
    jdeveloper.uiassistant.<full class name>=oracle.jdeveloper.uidesigner.BasicLayoutAssistant
    End snip
    I don't have jdeveloper.ini anywhere in my hierarchy. At present, I'm setting JDEV_CLASSPATH before starting jdev.exe. Is their a method for providing my own libraries to JDeveloper?
    I have addins.properties, but it is in JDeveloper\jdev\bin and this is the one I'm editing.
    Adding the line above gives the following console message when the UI is started:
    Assistant for com.wb.wfc.FormLayout could not be found: oracle.jdeveloper.uidesigner.BasicLayoutAssistant
    Adding jdeveloper.uiassistant.com.wb.wfc.FormLayout=oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant (cribbed from other assistants in the addins.properties file) shows my manager in the PropertyInspector, but won't allow it to be selected.
    My manager takes a simple String as it's Constraint. Must I do something else?
    Tony.

    Hello,
    we would like to provide a Layout Manager Support for a custom layout manager in JDev 9.0.3. A short description of how this can be done is provided in den jdev online docs "Developing Java GUI Clients / Working with Layout Manager / Adding Custom Layout Manager". There the javadocs for the oracle.jdevimpl.uieditor package is referenced. We found the classes needed in jdev.jar, but the jdev-doc.jar does not include the javadocs for this package. Can anyone help us with this?
    Regards
    Stefan Unfortunately the uieditor package has not been included in the javadoc distribution. I do not know of a way for you to
    generate the javadoc yourself without the source files. I have logged a bug to have the javadoc included in future releases.
    bug #2697038

  • Custom Layout - Width Issues

    I have created two custom layouts.  The first has three columns and is only used when there is no DTN Visible.  The second has two columns and is only used when there is a DTN.  Both use the same style sheet and the left column of the first layout is the same width as the DTN (so it appears the same column is used on all pages just with navigation or no navigation.)
    Oh and we are also using a custom innerpage layout which was derived from the existing WAandNAVPanel layout.  (We removed the expand/collapse icons and changed the width of the DTN to align with our masthead image.)
    Everything looks great until I start adding content.  When I add wpc content (paragraphs, link lists) to the right column of the second layout it streches the right column width so it no longer lines up with our masthead images.  This does not occur when adding to the first layout even when using the exact same piece of content.
    Any ideas why this is happening?  I assume it must have something to do with the DTN and Innerpage layout but haven't been able to come up with any conclusive reasoning for what is actually causing the right column to expand. 
    Any thoughts/ideas/suggestions are appreciated as we plan to push out the new layouts within the next week!  Thanks in Advance!!)

    For some reason this was very tricky and I ended up having to use Tables and DIVs both in my layouts.  I came out with this - but it works great and does not expand the columns regardless of content:
    <style TYPE="text/css">
    <!--
    td { vertical-align:top; text-align:left; font-family: arial,verdana; font-size: 9pt; overflow:hidden;}
    -->
    </style>
    <lyt:template>
      <table width="100%" cellspacing="0" cellpadding="0">
      <tbody valign="top">
      <tr>
      <td width='547px' class='main'>
        <div id='main_content' style='width:547px; text-align:left; overflow=hidden;'>
              <table width="100%" cellspacing="0">
              <tbody>
                   <tr><td class="main"><wpc:container id="a1" /></td></tr>
                   <tr><td class="main"><wpc:container id="a2" /></td></tr>
                   <tr><td class="main"><wpc:container id="a3" /></td></tr>
                   <tr><td class="main"><wpc:container id="a4" /></td></tr>
                   <tr><td class="main"><wpc:container id="a5" /></td></tr>
              </tbody>
              </table>
         </div>
       </td>
        <td width='225px' class='main'>
        <div id='main_content' style='width:225px; text-align:left; overflow=hidden;'>
              <table width="100%" cellspacing="0">
              <tbody>
                   <tr><td class="main"><wpc:container id="b1" /></td></tr>
                   <tr><td class="main"><wpc:container id="b2" /></td></tr>
                   <tr><td class="main"><wpc:container id="b3" /></td></tr>
                   <tr><td class="main"><wpc:container id="b4" /></td></tr>
                   <tr><td class="main"><wpc:container id="b5" /></td></tr>
              </tbody>
              </table>
         </div>
       </td>
    </tr>
    </tbody>
    </table>
    </lyt:template>
    Edited by: TA on Jun 17, 2009 2:34 PM

  • How can I remove the underline from added text for tracing edits

    We have a lot of content that includes underscores and when we use the track text edit feature added text is green and underlined. How can I change the properties of the added text to not be underlined?

    Starting with FM11, you could specify a custom colour to be used for track changes, but the styles (underline, strikethrough) are still hardwired.
    Even if you try to make the changes to the rack text edit conditions in a MIF file, they will get overwritten as the MIF is interpreted when opened by FM.
    Please use the new Bugs & Features form to submit an enhancement request: https://bugbase.adobe.com/index.cfm

  • How to change the text of customer tab in Me23n

    Hi
    I have added new customer tab in Me23n at item level.
    Its text is Customer Data.
    I would like to change to some other text.
    How to change the text of customer tab in Me23n
    Regards
    Amruta

    Amruta,
    I had the same query today and finally found the answer.
    In order to change the title text or description of the "Customer Data" tab in ME23N, etc. you need to define a new text symbol in program SAPLXM06. The text symbol must be number 111 for the PO data. Make sure you define this text symbol in the language you are using when viewing the PO. I had issues with this as the original language of object SAPXM06 is not my logon language.
    The standard code which picks up this text is in function module MEGUI_BUILD_PO_ITEM_PLUGIN. I could not find any documentation around this functionality.
    Hope this helps!
    Ben

  • When keynote presentation is emailed as a keynote file, the original sizing of texts and slide layout is incongruent with the original. Text is written over text. Some text is not included on the slide. The sizing done in the original creation isn't maint

    When keynote presentation is sent via email as a keynote file, original sizing and spacing on slide is not retained in the email. Some words are not fitted onto the slide, others words are written over each other. The effort to create the optimal layout on the original is not retained. Please offer your insights into my errors. Thanks in advance.

    Wauw... I'm always impressed by how bad Microsoft can answer these questions!
    Dear Martin - Now let me do it short:
    Adding text-shadow to p-tags (especially) in IE10, and you want to positioning your shadow by ex. 1px 1px 1px rgba(255, 255, 255, .5); it cuts the text (or make some part of your text invisible!). The issue is the blur-value! Set the blur-value to 0 or 5
    - not in between, because it then starts cutting your text (has something to do with the combination of the lengths and the size of the blur-size, and probably also the size of your text)!
    Instead of the example I just gave you, try this: text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
    And Microsoft - please try and make an effort when people are writing you with bugs or issues in IE... You must know that your browser (all versions) has been and still are the ones with most bugs! If you wanna learn about the CSS-terms, you can go look
    at http://www.w3schools.com/css/ or try Google it ;O)

  • Custom Layout Set

    Hi people.
    I am trying to create new, custom layout set, by copying existing sets and adding / removing features.
    My target is to create a layout set similar to ConsumerExplorer, but with a small addition - "Search" option.
    I have tried to play with the Admin breadcrumb, and also tried to add "Search from here" command through UI Commands, but unsuccessful.
    Could anyone please tell me how I can add the "Search" option to ConsumerExplorer without showing the whole admin toolbar?
    Points will be awarded, of course.

    Hi,
    The standard ConsumerExplorer layout set contains the Search from here command as part of the hover menu of the root element. Can you explain what exactly do you need?
    Best regards,
    Avishai Zamir

  • Custom Layout for Web Page Composer

    Hi everybody,
    I'm tring to follow a guide, to create a custom layout for the web page composer.
    This guide:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/804bedee-377e-2e10-0f83-d5b33c743dbc?QuickLink=index&…
    I builded the portal project and I deployed it on the portal.
    Actualy i can see and select my custom layout and i can drop the element on the container from the page builder, but, when i save the content I can't see any elements anymore.
    If I publish the page I see my custom Layout... but empty, without any paragraph or article.
    Do u have any idea on why this could appen ?
    Best regards Enrico.

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <application>
    <application-config>
      <property name="SharingReference" value="knowledgemanagement,
                                                com.sap.portal.pagebuilder,
                                                com.sap.portal.navigation.navigationtaglibrary,
                                                com.sap.portal.useragent"/>
       <property name="SafetyLevel" value="no_safety"/>
    </application-config>
        <components>
            <component name="overview">
                  <component-config>
                    <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
                    <property name="ResourceBundleName" value="pagebuilder_nls"/>
                    <property name="SafetyLevel" value="no_safety"/>
                  </component-config>
              <component-profile>     
                <property name="ComponentType" value="com.sapportals.portal.layout"/>
                <property name="TagLibSAPLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
                <property name="TagLibSAPNavigation" value="/SERVICE/com.sap.portal.navigation.navigationtaglibrary/taglib/TagLibrary.tld"/>
                <property name="com.sap.portal.pcm.Title" value="Book (100,25|25|25|25)"/>
                <property name="com.sap.portal.pcm.Description" value="Book Layout (100% Top, 25% Bottom mostleft, 25% Bottom left, 25% Bottom right, 25 Bottom mostright)"/>
                <property name="com.sap.portal.reserved.layout.TemplateFile" value="book.jsp"/>
                <property name="AuthScheme" value="anonymous"/>
                <property name="com.sap.portal.reserved.layout.Cont1" value="top">
                <property name="title" value="Top Column"/>
                <property name="orientation" value="vertical"/>
                </property>
                    <property name="com.sap.portal.reserved.layout.Cont2" value="bottom1">
                        <property name="title" value="Bottom Column leftmost"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont3" value="bottom2">
                        <property name="title" value="Bottom Column left"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont4" value="bottom3">
                        <property name="title" value="Bottom Column right"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont5" value="bottom4">
                        <property name="title" value="Bottom Column rightmost"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="XML_Template" value="&lt;?xmlversion=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;PageLayoutxmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="../xsd/PBlayout.xsd"layoutID="pcd:portal_content/templates/pcc/layouts/1Top4Bottom_(100__25_25_25_25)"pageID="1Top4Bottom"><CustomAttributes><Attributekey="JSP_Template"value="gpar:/1Top4BottomLayout/1Top4Bottom"/></CustomAttributes><TableLayout width=&quot;100%&quot; height=&quot;100%&quot;cols=&quot;4&quot;/&gt;&lt;ContainersRow&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont1&quot;&gt;&lt;TableCellData width=&quot;100%&quot; height=&quot;100%&quot; colSpan=&quot;4&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;ContainersRow&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont2&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont3&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont4&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont5&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;/PageLayout&gt;"/>
          </component-profile>
        </component>
            <component name="meli_layout">
                <component-config>
                    <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
                    <property name="ResourceBundleName" value="pagebuilder_nls"/>
                    <property name="SafetyLevel" value="no_safety"/>
                </component-config>
                <component-profile>
                    <property name="ComponentType" value="com.sapportals.portal.layout"/>
                    <property name="TagLibSAPLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
                    <property name="TagLibSAPNavigation" value="/SERVICE/com.sap.portal.navigation.navigationtaglibrary/taglib/TagLibrary.tld"/>
                    <property name="com.sap.portal.pcm.Title" value="Meli Book Layout"/>
                    <property name="com.sap.portal.pcm.Description" value="Meli Book Layout"/>
                    <property name="com.sap.portal.reserved.layout.TemplateFile" value="meli_two_columns.jsp"/>
                    <property name="AuthScheme" value="anonymous"/>
                    <property name="com.sap.portal.reserved.layout.Cont1" value="top">
                        <property name="title" value="Left Column"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont2" value="top2">
                        <property name="title" value="Right Column"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="XML_Template" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;PageLayout xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=&quot;../xsd/PBlayout.xsd&quot; layoutID=&quot;pcd:portal_content/templates/pcc/layouts/1Top4Bottom_(100__25_25_25_25)&quot; pageID=&quot;1Top4Bottom&quot;&gt;&lt;CustomAttributes&gt;&lt;Attribute key=&quot;JSP_Template&quot; value=&quot;gpar:/1Top4BottomLayout/1Top4Bottom&quot; /&gt;&lt;/CustomAttributes&gt;&lt;TableLayout width=&quot;100%&quot; height=&quot;100%&quot; cols=&quot;2&quot; /&gt;&lt;ContainersRow&gt;&lt;Container containerID=&quot;testoSinistra&quot;&gt;&lt;TableCellData width=&quot;50%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot; vAlign=&quot;top&quot; /&gt;&lt;/Container&gt;&lt;Container containerID=&quot;testoDestra&quot;&gt;&lt;TableCellData width=&quot;50%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot; vAlign=&quot;top&quot; /&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;/PageLayout&gt;"/>
                </component-profile>
            </component>
        </components>
    <services/>
    </application>
    <%@ taglib uri="prt:taglib:TagLibSAPLayout" prefix="lyt" %>
    <%@ taglib uri="prt:taglib:TagLibSAPNavigation" prefix="nav" %>
    <%@ page import="com.sapportals.portal.pb.layout.taglib.variabledef.RunMode" %>
    <lyt:template>
    <link rel="stylesheet" href="com.sap.km.cm.docs/meli_documents/Meli_common/Meli_css/meli_template_css.css" type="text/css"></link>
    <table border=0 cellSpacing=0 cellPadding=0 width="100%" height="100%">
        <tbody>   
            <tr>
                <td class="sfondo-testi-interni-dx" vAlign=top width="50%">
                    testo di prova cella 1
                    <lyt:container id="top" wrappingMethod="none" />
                </td>
                <td class="sfondo-testi-interni-sx" vAlign=top width="50%">
                    testo di prova cella 2
                    <lyt:container id="top2" wrappingMethod="none" />
                </td>
            </tr>
        </tbody>
    </table>
    </lyt:template>
    regards

  • Adding text to a rectangle

    hi, i am making a hierachical tree . i think the best way to do this is via rectangles and lines using java 2d. i was just wondering if there was any way of adding text to a rectangle apart from the drawstring method from the 2d api. or does anyone know of any other way to do this? the tree needs to be interactive so i cant use jlabels and jbuttons are quite ugly
    thanks for any help

    yeah, thanks, it did help. it's just i'm new to layout algorithms and there was a couple of things i wasn't too sure on.
    i have used defaultmutabletreenodes instead of creating my own class as you did but i don't think that matters too much. i wasn't too sure about how you worked out the spacing for each node. i have done a breadth first traversal through all the nodes so i would know how many nodes are on each level and could work out the spacing needed for each level based on this i.e. look at the next level and place the current level in proportion. did you do something similar in the treelayout class?
    would this approach work even if the amount of nodes is large, could the container containing the tree be in a scrollpane?
    the problem i found with drawstring is that you need to provide coordinates for where to draw the text instead of just adding it to the rectangle (like you could in a jlabel) so it could look untidy. could you make a jlabel interactive or add text to a rectangle?
    sorry my reply is so long but any help would be much appreciated

  • Iphoto 11 Custom layout tab

    In Iphoto 11, when making a photo book, how to you use the custom layout tab? It is only available in certain themes, like photo essay and picture book, but when I try to use it, the boxes remain blue and do not show the photos that I place.

    Here the are:
    You can "adjust" a photo frame or text box size on a page with the following key combinations:
    Command + Option +⬆arrow:  increase frame height.
    Command + Option +⬇arrow:  decrease frame height.
    Command + Option + ➜ arrow:  increase frame width.
    Command + Option + ⬅ arrow:  decrease frame width.
    To adjust its position on the page use these key combinations:
    Command + Control + ➜ arrow:  move frame to right.
    Command + Control + ⬅  arrow:  move frame to left.
    Command + Control + ⬆ arrow:  rotate frame counter clockwise.
    Command + Control + ⬇ arrow:  rotate frame clockwise.
    You can conver the standard frame (on the left) to this one (on the right)

  • Is it possible to adding a "standard" custom approver?

    Hi forum,
    We have a requrement that the user needs to approve the last stage. I've been experimenting with custom field and adding  <virsa_ae_wrkflapvr ID="ZTRAINEE" APPROVER="ZTRAINEE" wftype="AE"/> to the init_clean_snf_insert_data file. As far without success. Is it possible to adding a "standard" custom approver?
    These users will be registred in UME through LDAP.
    Kind Regards,
    Vit Vesely
    Edited by: Vit Vesely on May 17, 2010 9:22 PM

    Hi VIt,
    it is possible to create a custom field that automatically fetches the user id by using LDAP mapping concept.
    What you can  do this bycreate a custom fields in CUP of field type as text. Then Go to Configuration-> fields mapping-> LDAP mapping.
    Now in additional field  select the custom field in AC field and user id ( "sAMAccountName" in case of active directory ) in LDAP field.
    Now when user login from end user form its information will come to CUP application userid will be also populated in the custom field that you have created.
    If you want provisioned user to be the approver it is difficult to achieve but can be done by one solution  In CUP apart from the standard approvers , you can create custom approver determanator. Configuration->Workflow->Custom Approver Determinator. It can be created on the basis of various CUP.attributes like request type, priority, role, custom fields etc. But you have define clearly in this if request has this value for this attribute than this will be the approver. So above created custom fields will have userid right. So you can create CAD for this custom fields. and than can define if User id is this then this is the approver. In you case if Custom field has values USER_NAME that Apprvoer is USER_NAME. All users in this case should exist in UME. Also CAD needs to be maintain for every user this will be tedious task. you can upload this by excel sheet also.
    Hope that it would be helpfull..
    Kind Regards,
    Srinivasan

  • Custom Layout Template

    Hi, created a custom layout par file base on the com.sap.portal.layouts.default.par which uses two tabs.
    Each of the tabs has a title e.g. my details or my reports.  Example of the HTMLB code is below
    <hbj:textView id="mytabText1" encode="false">
    <% mytabText1.setText(tabText1);%>
    </hbj:textView>
    The portalapp.xml has also been created as such with a reference to the tab title
    <property name="tabText1" value="Tab 1">
    <property name="personalization" value="dialog"/>
    <property name="inheritance" value="non-final"/>
    <property name="type" value="String"/>
    <property name="plainDescription" value="Tab 1"/>
    <property name="longDescription" value="The first tab text"/>
    </property>
    To display the custom page layout, I create a new page template and base my page on that template, which works.  However to change the title of the tab requires me to change the template.  What I would like to do is inherit the title or description of the iViews which populate the page into the tab titles.  Thanks for any help in advance.  Brian

    You can write a liitle javascript. Look at the generated html code. Find Tab's name id.
    document.getElementById('Tabsid').value = document.title;

  • Would like to do a custom layout page in creating an iphoto book is that possible. I would like to be able to change vertical and horizontal slots to fit my needs

    can I do a really custom layout on a page while creating an Iphot book .. changing my verical and horizontal choices .. what exactly is the custom choice for in page layout choices .. example 2, 3, 4, etc photos and at the bottom custom .

    Experiment with these keyboard commands:
    Move Photo/Text Box:
    "command" + Arrow Key
    "command" + "shift" + Arrow Key
    Change Photo/Text Box Height/Width:
    "command" + "option" + Arrow Key
    "command" + "option" + "shift" + Arrow Key
    Rotate Photo/Text Box:
    "command" + "control" + Up/Down Arrow Key
    "command" + "control" + "shift" + Up/Down Arrow Key
    Be sure to Preview a PDF before sending your order off.

  • (2nd POST) The correct way to do "custom layout" with ADF Faces

    Hi all,
    I need the capability to do custom layout of ADF Faces page (other than the default layout we got after we drag data controls). For example I need layout like below :
    Order Number : xxxx ............................................................Gross : 999,999
    Order Date : xx/xx/xxxx ........................................................Discount : 999,999
    Customer : code - name.........................................................Tax : 999,999
    Salesman : code - name.........................................................Netto : 999,999
    (the dotted line represents spaces)
    Currently I do it with </afh:rowLayout> plus.. many..many </h:panelGrid>, so I am looking a better way. what is that ?
    Below is sample of my code :
    <afh:rowLayout>
    <h:panelGrid columns="1" width="100" style="font-size:80.0%;">
    <f:verbatim>
    Order Number.
    </f:verbatim>
    </h:panelGrid>
    <h:panelGrid columns="1" width="10">
    <f:verbatim>
    </f:verbatim>
    </h:panelGrid>
    <h:panelGrid columns="1" width="400">
    <af:outputText value="#{bindings.SphView1Spno.inputValue}"
    inlineStyle="font-size:80.0%;"/>
    </h:panelGrid>
    <h:panelGrid columns="1" width="10"/>
    <h:panelGrid columns="1" width="60" style="font-size:80.0%;">
    <f:verbatim>
    Gross
    </f:verbatim>
    </h:panelGrid>
    <h:panelGrid columns="1">
    <f:verbatim>
    </f:verbatim>
    </h:panelGrid>
    <h:panelGrid columns="1" width="100" style="text-align:right;">
    <af:outputText value="#{bindings.SphView1Gross.inputValue}"
    inlineStyle="font-size:80.0%; text-align:right;">
    <f:convertNumber groupingUsed="false"
    pattern="#{bindings.SphView1Gross.format}"/>
    </af:outputText>
    </h:panelGrid>
    <h:panelGrid columns="1" width="100"
    style="padding:1.0%; text-align:left;">
    <af:outputText value="#{bindings.Valuta.inputValue}"
    inlineStyle="font-size:80.0%;"/>
    </h:panelGrid>
    </afh:rowLayout>
    <afh:rowLayout>
    <h:panelGrid columns="1" width="100" style="font-size:80.0%;">
    <f:verbatim>
    SP Date
    </f:verbatim>
    </h:panelGrid>
    <h:panelGrid columns="1" width="10">
    <f:verbatim>
    </f:verbatim>
    </h:panelGrid>
    <h:panelGrid columns="1" width="400">
    <af:outputText value="#{bindings.SphView1Spdate.inputValue}"
    inlineStyle="font-size:80.0%;">
    <f:convertDateTime pattern="#{bindings.SphView1Spdate.format}"/>
    </af:outputText>
    </h:panelGrid>
    <h:panelGrid columns="1" width="10"/>
    <h:panelGrid columns="1" width="60" style="font-size:80.0%;">
    <f:verbatim>
    Discount
    </f:verbatim>
    </h:panelGrid>
    <h:panelGrid columns="1">
    <f:verbatim>
    </f:verbatim>
    </h:panelGrid>
    <h:panelGrid columns="1" width="100" style="text-align:right;">
    <af:outputText value="#{bindings.SphView1DiscBp.inputValue}"
    inlineStyle="font-size:80.0%;">
    <f:convertNumber groupingUsed="false"
    pattern="#{bindings.SphView1DiscBp.format}"/>
    </af:outputText>
    </h:panelGrid>
    <h:panelGrid columns="1" width="100"
    style="padding:1.0%; text-align:left;">
    <af:outputText value="#{bindings.Valuta.inputValue}"
    inlineStyle="font-size:80.0%;"/>
    </h:panelGrid>
    </afh:rowLayout>
    Thank you very much,
    xtanto

    Xtanto,
    yes. The way to build such layouts is to nest containers
    Frank

Maybe you are looking for