Customizing Layout Control

Hi Experts,
I want to customize layout controls. Content Management -->User Interface > Mapping>Layout Controllers.
see the help link is: http://help.sap.com/saphelp_nw04s/helpdata/en/4e/02573d675e910fe10000000a114084/frameset.htm
In this Five Screen area is  MenuTreeListPreviewLayoutController,  I want List in Left side, i want preview area (no flavor) in right side,  like content area in our portal. how can i do this?
Layout control property is Java Class, Where it is deployed..
Please help me regarding this..
Thanks and Regards,
Art.

Hi detlev,
Thanks for your reply.
I have modifed the java class. and created layout controller and assigned that controller to customized layout set. In that I have listed the files in left side, file click shows preview in right side.
when i am assigning the customized layout set to folder through presentation option. It showing files with context menu (not showing size, lock, modified and modifedBy because i have removed these in collection renderer), getting preview in right side. fine.. this is what i expected.
But I have created KM Navigation iView, I have given customized layout set name in layout set property. When I Preview the iView, It showing the files and folder with context menu, and also size, lock, modified and modifiedBy.
Why it is showing when i use the layout set in iView property? (but it is not showing when in use the same layout set through presentation) How can i solve this issue..
Thanks and Regards,
Art Tech

Similar Messages

  • Grid with File Preview (custom layout) in Acrobat X Pro Portfolios

    In Acrobat 9 Pro, there was a Portfolio layout called Grid with File Preview. We use it as our primary layout for PDF portfolios because it allows users to rapidly view PDFs within a portfolio. This was our primary reason for using Portfolios. Unfortunately, this important feature was removed in Acrobat X Pro resulting in clunky and very slow PDF viewing within a portfolio.
    Is there a custom layout which emulates Grid with File Preview?
    Thanks in advance.

    PDF Portfolios arrived out of the blue with Acrobat 9 and have been somewhat of an experiment - Acrobat contains some to get you started, but by also releasing the SDK it was hoped that the Flex programming community would have provided an ecosystem to support Acrobat users who wanted more choice - so just as you can buy or download hundreds of  templates for websites, you could find them for Portfolios too.
    Unfortunately it hasn't happened, and the technological landscape  has changed dramatically in the past three years - the rise of HTML5, dominance of tablets/iOS, security concerns and  Adobe's repositioning of Flash in the marketplace have all affected the commercial viability of Flex as a career, and consequently the availability of free third-party Portfolio layouts. It would have been nice to see a vibrant community of people sharing their designs, but the reality is that the majority of custom PDF Portfolios are created for enterprises as part of their brand identity, and there is an obvious cost involved in hiring one of the small number of expert programmers (of which Joel Geraci is the #1) to do the work.
    Adobe has never claimed that the layouts which ship with Acrobat were the best/only way to do things - just as with the default presets in Lightroom, they're examples of what can be done. With Acrobat X it became easier for non-programmers to style the layouts (via Themes) but there's no escaping the basic fact that making a layout itself is a Flex programming job, and not one you'd attempt as your first chunk of code.
    When Acrobat 9 launched, I saw pretty equal levels of complaints that the bundled layouts were too boring and too flashy. The target was shifted in Acrobat X to a less corporate style, but again people loved and hated them in equal measure. Given how much work is involved in writing and testing each layout, you can't expect Adobe to release a version for everyone.
    There were legitimate  reasons why the bundled layouts from A9 weren't included in AX. Speaking personally I don't expect my assessment to change: Portfolios may stick around, they may not - it depends on a mountain of bigger questions about Web standards, device popularity, politics and economics which Adobe have no control over.

  • Report with custom layout - formatting conditions

    Hi,
    There's a report with custom layout. What I need is to format some cells depending on the data they contain(like different background color). There's a tab named "Formatting Conditions" which should be meant for doing this and it works perfectly when report has tabular layout. But nothing happens in case of custom layout. Should this be done then in the "Report Layout Editor" and with Javascript? Portal version is 3.0.9.8.0.
    Thanks in advance,
    Madis

    Hi,
    Some condtions like background color do not work in custom mode reports. This is because in case of custom reports the table html is specified by the user and the report renderer has no control over it.
    Hope this helps.
    Sunil.

  • Custom layout with DVT

    Dear All,
    I want to use dvt features (drag and drop,....) with my custom layout. It seems that dvt deals with specific hierarchy with specific class(style classes) but actually i didn't find any example or documentation.
    Here is my custom layout:
    <netuix:markup>
              <netuix:layout markupType="Layout" markupName="homePageTempLayout"
         title="Home Page Template Layout" presentationId="online-sidebar" presentationClass="grid"
         description="This layout has a right column and 2 rows on the left hand"
         htmlLayoutUri="/framework/markup/layout/homePageTemplate.html.txt"
         iconUri="/framework/markup/layout/twoby.gif" thumbnailUri="/framework/markup/layout/twoby.gif"
         type="homePageTempLayout" skeletonUri="/framework/markup/layout/homePageTemplate.jsp">
                   <netuix:placeholder markupType="Placeholder"
                        markupName="homePageTempLayout_heroSpace" title="heroSpace" usingFlow="true"
                        flow="vertical" description="heroSpace placeholder with horizontal flow">
                   </netuix:placeholder>
                   <netuix:placeholder markupType="Placeholder"
                        markupName="homePageTempLayout_upperModules" title="upperModules" usingFlow="true"
                        description="Upper Modules placeholder" flow="horizontal">
                   </netuix:placeholder>
                   <netuix:placeholder markupType="Placeholder"
                        markupName="homePageTempLayout_accordion" title="accordion" usingFlow="false"
                        description="Accordion placeholder" width="230px">
                   </netuix:placeholder>
                   <netuix:placeholder markupType="Placeholder"
                        markupName="homePageTempLayout_lowerModules" title="lowerModules" usingFlow="true"
                        description="Lower Modules placeholder" flow="horizontal" width="720">
                   </netuix:placeholder>
              </netuix:layout>
         </netuix:markup>
    and homePageTemplate.jsp:
    <jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page"
         xmlns:c="http://java.sun.com/jsp/jstl/core"
         xmlns:skeleton="http://www.bea.com/servers/portal/tags/netuix/skeleton">
         <jsp:directive.page session="false" />
         <jsp:directive.page isELIgnored="false" />
         <skeleton:context type="layoutpc">
              <skeleton:control name="table" presentationContext="${layoutpc}"
                   class="wlp-bighorn-layout" cellspacing="0" cellpadding="0"
                   width="950px">
                   <c:set var="ph" value="${layoutpc.placeholders}" />
                   <c:set var="heroSpace" value="${ph[0]}" />
                   <c:set var="upperModules" value="${ph[1]}" />
                   <c:set var="accordion" value="${ph[2]}" />
                   <c:set var="lowerModules" value="${ph[3]}" />
                   <tr>
                        <td colspan="2" width="${heroSpace.width}" class="heroSpace"><skeleton:child
                             presentationContext="${heroSpace}" /></td>
                   </tr>
                   <tr>
                        <td valign="top" width="${upperModules.width}" class="centerColRow1"><skeleton:child
                             presentationContext="${upperModules}" /></td>
                        <td valign="top" width="${accordion.width}" rowspan="2" ><div class="threeColumn"> <div class="mod3ColSidebar ${layoutpc.presentationId}">
    <div class="modBodyWrap clearfix">
    <div class="modCopy"><skeleton:child
                             presentationContext="${accordion}"/>
                             </div></div><div class="modFooter"><hr/></div></div></div></td>
                   </tr>
                   <tr>
                        <td valign="top" width="${lowerModules.width}"><div class="centerColBottom"><skeleton:child
                             presentationContext="${lowerModules}" /></div></td>
                   </tr>
              </skeleton:control>
         </skeleton:context>
    </jsp:root>
    I tried to use div instead of tables but i don't know the required hierarchy or classes, can anyone help me in that please?
    Thanks.

    Hi,
    As long as your layout conforms with the bighorn family of layouts you should be ok. In other words if the DISC apis work as expected dvt dnd should also work.

  • 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)

  • Customized Layout

    Hi,
    i have created one customized layout.
    i created a .layout and .txt files for the layout.
    for a page when i selected the new layout its coming correctly.
    The problem is, when i put the portlets in side the layout, all the portlets are coming in a single row.
    herewith i have attached the files.
    pls help me to resolve this problem.
    <b>.txt file</b>
    <table class="portalLayout" id="digitalLibrary3" width="100%" height="100%">
    <tr>
    <td class="placeholderTD" valign="top" width="100%" colspan="3">
    <placeholder number="0"/>
    </td>
    </tr>
    <tr>
    <td class="placeholderTD" valign="top" width="30%" rowspan="2">
    <placeholder number="1"/>
    </td>
    <td class="placeholderTD" valign="top" width="70%" colspan="2">
    <placeholder number="2"/>
    </td>
    </tr>
    <tr>
         <td class="placeholderTD" valign="top" width="50%">
    <placeholder number="3"/>
    </td>
         <td class="placeholderTD" valign="top" width="20%">
    <placeholder number="4"/>
    </td>
    </tr>
    </table>
    <b>.layout file</b>
    <?xml version="1.0" encoding="UTF-8"?>
    <netuix:markupDefinition xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0 markup-netuix-1_0_0.xsd">
    <netuix:locale language="en"/>
    <netuix:markup>
    <netuix:borderLayout
    title="digitalLibrary_layout4" description="This layout has 4 border placeholders and 1 center placeholder. The north and south
    placeholders span the length of the table. The west, center, and east placeholders comprise the middle row and have
    respective widths of 30 and 70. The north and south portlets flow horizontally in the placeholders, and the others
    flow vertically."
    layoutStrategy="order" htmlLayoutUri="/framework/markup/layout/digitalLibrary_layout4.html.txt"
    markupType="Layout" markupName="digitalLibrary_layout4">
    <netuix:placeholder title="north" description="The north border placeholder in this layout."
    flow="horizontal" usingFlow="true" width="100%"
    markupType="Placeholder" markupName="layout4_north">
    </netuix:placeholder>
    <netuix:placeholder title="west" description="The west border placeholder in this layout."
    flow="vertical" usingFlow="true" width="30%"
    markupType="Placeholder" markupName="layout4_west">
    </netuix:placeholder>
    <netuix:placeholder title="center" description="The center placeholder in this layout."
    flow="horizontal" usingFlow="true" width="70%"
    markupType="Placeholder" markupName="layout4_center">
    </netuix:placeholder>
    <netuix:placeholder title="east" description="The center placeholder in this layout."
    flow="vertical" usingFlow="true" width="50%"
    markupType="Placeholder" markupName="layout4_east">
    </netuix:placeholder>
    <netuix:placeholder title="south" description="The center placeholder in this layout."
    flow="vertical" usingFlow="true" width="20%"
    markupType="Placeholder" markupName="layout4_south">
    </netuix:placeholder>
    </netuix:borderLayout>
    </netuix:markup>
    </netuix:markupDefinition>

    In the previously exising portlets remove <netui:html>, <head> and <body> tags from respective jsps. Actually it is best practice to remove these tags in a JSPs that are created in workshop. Since individual portlets' <head> and <body> tags conflict with the portal's tags, you get unwanted behavior. I dont think there is anything wrong with your .layout and .txt files.
    --SJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Have lost the canvas and the custom layout option is greyed out (no longer possible to click on).

    how can we re-trieve?
    have tried to re-open and customise but keep getting the above.
    using FCP 7.0.3

    iditinjersualem wrote:
    how can we re-trieve?
    Have you closed the Canvas? Have you gone to  the menu Window > Canvas to toggle it on?
    If so and it has not appeared, have you moved the Canvas so that it is hidden, or mostly off screen?  Type Control - U  to reposition all windows in their standard position.
    Is the timeline missing as well? If so go to the menu File > New > Sequence and create a new sequence. Does it reappear then?
    If all this does not help, then your preferences may have become corrupt and you many need to trash them. Go to:
    http://www.digitalrebellion.com/prefman/
    and download Prefernce Manager (free) to reset your preferences.
    iditinjersualem wrote:
    have tried to re-open and customise but keep getting the above.
    The Custom layouts will appear greyed out until you create one first. From the FCP manual:
    More info at:
    http://documentation.apple.com/en/finalcutpro/usermanual/index.html#chapter=10%2 6section=3%26tasks=true
    Again, if you are following this procedure and it is not working, try trashing your preferences.
    MtD

  • 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

  • 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

    Unfotunately nesting layouts or creating custom layouts is the best approach at this time. You may want to take a look at the folloing library to replace of your verbatim tags.
    http://jsftutorials.net/htmLib/

  • Trying to create a custom layout.

    Hello. I am trying to create a custom layout. The
    format I'm going for is three rows, with the top and
    bottom row being comprised of three columns each. IE:
    | X | X | X |
    |     X     |
    | X | X | X |
    -------------I have written a corresponding .html.txt file for my
    intended layout and it looks correct. However, the
    actual layout file's end results looks like a horizontal
    flow layout with line wrapping after every third column.
    IE:
    |     X     | X | X |
    |     X     | X | X |
    |     X     |
    -------------The code I have created is as follows. Thanks for your
    time and assistance.
    <?xml version="1.0" encoding="UTF-8"?>
    <netuix:markupDefinition
    xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0 markup-netuix-1_0_0.xsd">
        <netuix:locale language="en"/>
        <netuix:markup>
        <netuix:borderLayout columns="3"
           title="Seven Layout" description="This layout has seven positions." rows="3"
                               htmlLayoutUri="/framework/markup/layout/seven.html.txt" layoutStrategy="title"
                               markupType="Layout" markupName="seven">
                <!--// Row One //-->
                <netuix:placeholder title="west" description="The left column in the first row."
                                    width="33%" flow="horizontal" usingFlow="true"
                                    markupType="Placeholder" markupName="rowOneColumn_left">
                </netuix:placeholder>
                <netuix:placeholder title="center" description="The middle column in the first row."
                                    width="34%" flow="horizontal" usingFlow="true"
                                    markupType="Placeholder" markupName="rowOneColumn_center">
                </netuix:placeholder>
                <netuix:placeholder title="east" description="The right column in the first row."
                                    width="33%" flow="horizontal" usingFlow="true"
                                    markupType="Placeholder" markupName="rowOneColumn_right">
                </netuix:placeholder>
                <!--// Row Two //-->
                <netuix:placeholder title="center" description="The only column in the second row."
                                    width="100%" flow="horizontal" usingFlow="true"
                                    markupType="Placeholder" markupName="rowTwoColumn_single">
                </netuix:placeholder>
                <!--// Row Three //-->
                <netuix:placeholder title="west" description="The left column in the third row."
                                    width="33%" flow="horizontal"
                                    markupType="Placeholder" markupName="rowThreeColumn_left">
                </netuix:placeholder>
                <netuix:placeholder title="center" description="The middle column in the third row."
                                    width="34%" flow="horizontal"
                                    markupType="Placeholder" markupName="rowThreeColumn_center">
                </netuix:placeholder>
                <netuix:placeholder title="east" description="The right column in the third row."
                                    width="33%" flow="horizontal" usingFlow="true"
                                    markupType="Placeholder" markupName="rowThreeColumn_right">
                </netuix:placeholder>
            </netuix:borderLayout>
        </netuix:markup>
    </netuix:markupDefinition>

    Have you created a custom skeleton file to render this particular layout ??
    If not, create a skeleton file with cutom prepended to the layout name. And here , just go with any HTML-Table based layout you want. The portal designer may not pick it up , but when its rendered, the layout turns up fine.
    HOpe this helps.
    If u need more help , lemme know,
    i will send over some files.

  • Window custom layout 1 & 2

    For some reason the custom layouts that I´ve made and set, are sometimes grayed out.
    window --> arrange --> custom lay out ?
    At the moment the situation is, that both of them are grayed out, but another one works normally via keyboard shortcut but the second does not.
    Bizzarre.
    Is there any way to make it work better?
    Message was edited by: TRST

    Now, it looks like the problem disappeared.
    After couple of preference trashings, and making of a decision that: "OK, if I have to get along with only one custom lay out preset, I use it, and not let the problem bother me any longer..." , it seems that the problem has been gone for a few days.
    Never know, if it appears again some day, but until then, the problem is solved, or at least gone, which is Ok, eventhough the way it was done does not give a ultimate feeling of having a control over the machine.

  • Issue in custom delegate control

    hi 
     am  creating a custom delegate control with controlid ="AdditionalPageHead" . i deployed and activated as a  site collection feature.
    but i am not sure how to see the activated control/  how to see this control in action.
    below is my code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.Administration;
    using Microsoft.SharePoint.Utilities;
    using Microsoft.SharePoint.Diagnostics;
    namespace OPUserDispName
      public  class EcmaScriptDelegateControl :WebControl
          protected override void OnLoad(EventArgs e)
              base.OnLoad(e);
              string helloAlert = "alert('Hello, world!');";
              this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "popup", helloAlert, true);
    //          if(!HttpContext.Current.User.Identity.IsAuthenticated)
       //              return;
          //       SPUser user = //SPContext.Current.Web.EnsureUser("i:0#.f|OPMembership|OPAdmin");
       //          user.Name = "OPAdmin";
          //       user.Update();
    in my  elements.xml file  of my module :
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
        <Control Id="AdditionalPageHead" ControlAssembly="OPUserDispName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=467af93481413beb" ControlClass="OPUserDispName.EcmaScriptDelegateControl"
    ></Control>
    </Elements>
    here i wanna see alert when the activated/or page load happened.
    may i know, how to see this, in working. as per the current scenario, am unable to see any output even after feature activation. 
    do i need to do any settings in master page? do i need to perform any changes in web.config.
    help is appreciated!

    This has complete solution.
    http://www.codeproject.com/Articles/113704/SharePoint-Master-Page-Customizations-Through
    can you try RegisterStartupScript instead
    of RegisterClientScriptBlock?
    Bala

  • Issue with creation of custom layouts using SAP Help Documentation

    Hi Experts,
    My requirement is to create a home custom page layout (using web dynpro) in Composite Environment. The default options available in CE are not useful for me. I set out to make a custom layout using the following this SAP Help Documentation: [          Creating a Web Dynpro Page Layout (SAP Library - Using the Portal as a Frontend)|https://cw.sdn.sap.com/cw/docs/DOC-102846]
    I have followed the instructions and followed all the steps, yet I fail to see the application in CE. The custom page layout is not displayed neither in options and is not available any where.
    Please let me know if anybody followed these steps and have got any success.
    Thanks in advance
    Srikant

    Hi
    Can somebody let me know if they have implemented a customised solution of creation of page layouts using Web Dynpro - as per the steps suggested by SAP.
    Thanks in advance
    Srikant

  • Windows Phone - Cannot bind custom user controll with listview item source property

    It is Windows Phone 8.1 (runtime)
    I have some problem of binding custom user controll with list of data. I'll make it simple as I can.
    My problem is that somehow if I use DataBind {Binding Something} inside my custom controll it will not work.
    I need to transfer binded data (string) to custom controll.
    It is strange that if I do not use DataBind, it will work normally. Eg MyCustomControllParameter = "some string" (in my example 'BindingTextValue' property)
    Does anyone Know how to bind custom user controll with inside ListView with DataTemplate.
    Assume this:
    XAML Test-Main page
    <Grid  Background="Black">        <ListView x:Name="TestList" Background="#FFEAEAEA">                    <ListView.ItemTemplate>                <DataTemplate>                    <Grid Background="#FF727272">                        <local:TextBoxS BindingTextValue="{Binding Tag, FallbackValue='aSource'}" local:TextBoxS>                    </Grid>                </DataTemplate>            </ListView.ItemTemplate>        </ListView>    </Grid>
    XAML Test-Main page c#
    public sealed partial class MainPage : Page    {        List<TTag> tags = new List<TTag>();        public MainPage()        {            this.InitializeComponent();            this.NavigationCacheMode = NavigationCacheMode.Required;        }        public class TTag        {            public string Tag { get; set; }        }        private void InitializeAppData()        {            TTag tag = new TTag() { Tag = "hello world" };            tags.Add(tag);            tags.Add(tag);            tags.Add(tag);            TestList.ItemsSource = tags;        }             protected override void OnNavigatedTo(NavigationEventArgs e)        {            InitializeAppData();        }           }
    User Control XAML:
      <UserControl    x:Class="CustomControllTest.TextBoxS"    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"    xmlns:local="using:CustomControllTest"    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"    mc:Ignorable="d"    d:DesignHeight="300"    d:DesignWidth="400">      <Grid x:Name="LayoutRoot" Background="#FF4F4F4F"   >        <RichTextBlock x:Name="MyTestBlock">        </RichTextBlock>    </Grid></UserControl>
    User Control c#
    public TextBoxS()       {            this.InitializeComponent();            LayoutRoot.DataContext = this;        }        public static readonly DependencyProperty BindingTextValueProperty = DependencyProperty.Register(                                         "BindingTextValue",                                         typeof(string),                                         typeof(TextBoxS),                                         new PropertyMetadata(default(string)));        public string BindingTextValue        {            get            {                return GetValue(BindingTextValueProperty) as string;            }            set            {                SetValue(BindingTextValueProperty, value);                //This method adds some custom logic into RichTextBlock, pointed correctly                SetupBox(value);            }        }
    Thanks for helping ;)

    If you use a built-in control rather than your custom control, does binding work? You should verify that first.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

Maybe you are looking for

  • Doesn't load a certain website I have. My site loads on all other computers, and in different browsers on my Mac???

    I'm building a store and for some reason FireFox for Mac seems to not want to load it all the time. Sometimes it just stops loading the site even though the server is up and it loads in all other browsers. It only happens on my computer and it's real

  • Oracle 9i Release 2 on RedHat 8.0

    I have installed Oracle 9i Release 2 on RedHat 8.0 and works perfectly. You need to follow all the kernel settings as they are stated in the install pdf and also take a look at www.puschitz.com . The install will stop with an error while comipling bu

  • AQ Adapter error on AIA 2.5 when Siebel sumbits orders into AIA queue

    Hi all, we have an AIA 2.5 (with Patch Set 2) environment based on Oracle SOA Suite 10.1.3.4 MLR10 (single node) and Siebel 8.1.1.4 with ACR 474 components. When an order is submitted on Siebel to AIA Database Queue no issue is present on Siebel side

  • Best way to update AC97 audio drivers?

    Is the best way to update AC97 audio drivers = dl. from msi the latest drivers which are 5.10.00.5970 (A3.80) I currently have 5890. Then uninstalling old ones from add-remove programs then install newest ones. Since live update doesn't seem to get i

  • Extra Wide Video Dimensions

    I am by no means a Premiere power user, but I've been creating pretty simple videos for the web for several years. Recently I've had a strange problem with the widescreen output dimensions, where the video becomes "extra wide" compared to the source