Attributes in list template

Hi,
I am using Navigation Menu (side) with as copy of the List template from Theme 42. I made a copy because I want to add a substitution string (#A03# etc.)  which I can use as a jQuery selector to add some additional functionality (implemented by a dynamic action).
In the template I added #A03# in ALL <li> and even <a> tags.
For example: <li data-id="#A01#" data-disabled="#A02#" data-icon="#IMAGE#" js-selector="#A03#"><a href="#LINK#" title="#A04#" js-selector="#A03#">#TEXT_ESC_SC#</a>
In the List I set a value for this user defined attribute in the List entries.
Unfortunately it never shows up at runtime.
What am I doing wrong? Or is this not possible (any more)? Or is this a bug?
Thank you,
Jos

Jos Dols wrote:
I am using Navigation Menu (side) with as copy of the List template from Theme 42. I made a copy because I want to add a substitution string (#A03# etc.)  which I can use as a jQuery selector to add some additional functionality (implemented by a dynamic action).
In the template I added #A03# in ALL <li> and even <a> tags.
For example: <li data-id="#A01#" data-disabled="#A02#" data-icon="#IMAGE#" js-selector="#A03#"><a href="#LINK#" title="#A04#" js-selector="#A03#">#TEXT_ESC_SC#</a>
In the List I set a value for this user defined attribute in the List entries.
What does this mean? Describe exactly how you are setting this value.
Unfortunately it never shows up at runtime.
What does that mean? How does it "never show up"? How are you determining this? What actually does "show up"?
What am I doing wrong?
Using a non-standard js-selector attribute to start with. HTML5 added data-* attributes to expose custom data in a standards compliant way (as clearly used in the list template above). Change your attribute name to a standards compliant data- prefixed identifier.
Or is this not possible (any more)? Or is this a bug?
I'd reserve judgement until provided with more information and standards compliant code...

Similar Messages

  • Custom list templates not deployed

    Hi everyone,
    Today I came across a wierd issue while creating some lists in SP 2010 programmatically.
    I created a few lists schema, list templates and list instances declaratively.
    I deployed my package and everything seems to work as expected so far.
    I activated my custom feature where (intentionally) I put some C# codes to create a list instance based on one of my deployed list template.
    At first, i.e last week, creating this list instance programmatically worked well.
    So are those I deployed. 
    Today, the creation failed because the list template identified by its list-template ID does not exist.
    Wierd ! I checked the package, all elements, all list template, all IDs, all 14-hive files, ... everything was OK. No packaging errors found.
    Each time I deploy these list templates, they don't even appear in the silverlight-based list-creation popup.
    They don't even appear in the "SP Manager" tool.
    All my custom lists that was instantiated by SP (using declarative list instance), are well created,
    but they don't have their respective custom logo.
    And obviously, all its settings (within list template's XML file) was not applied.
    It's the first time I met this kind of problem.
    I even remove my content database, but the problem remains unchanged.
    Does anyone have any idea of what's wrong with my list templates, or even with SP ?
    Any idea to fix it ?
    Thanks in advance,
    Okavango93
    PS : In my WSP solution, I associate one list template element to three features, so I cannot set the attribute FeatureId to the list template.

    Hi,
    No answer so far ?
    I tore my hair out enough since a week, but finally I find out why.
    I fix today my list template issue by setting the feature attribute RequireResouces to false.
    If not, all element inside that feature will be hidden from the UI, and so will be the feature ... even if
    Hidden attribute equals to false and even if in any SP tools the feature seems to be there.
    Hope this help !
    Okavango93
    More infos about this attribute here : SPFeatureDefinition.RequireResources
    Property

  • Feature GUID for list template 10113 is not installed in the farm

    I'm just using a trial of a migration product called Sharegate and it has produced the following error when i connect it to my farm "Feature GUID for list template 10113 is not installed in the farm"
    I've used the missing feature project from codeplex and the wssanalyzefeatures tool and none of them are reporting any issues or even for my guid.
    Could anyone provide any other tips to try and locate this via powershell or the sql database?

    Hi,
    According to your post, my understanding is that you got the “Feature GUID for list template 10113 is not installed in the farm” error.
    The reality is that the feature is installed but has the old feature ID.
    As a workaround, you can
    Go to the concerned feature in the 14 hives, you need to know which feature is concerned with that functionality.
    Change the feature ID to the one raised in the error
    stsadm -o installfeature -name <Feature> -force
    In addition, you can change the ‘Scope’ attribute to either ‘Farm’ or ‘Site’ or ‘Web’ or ‘WebApplication’.
    Here are two similar threads for your reference:
    http://social.msdn.microsoft.com/Forums/office/en-US/689e22ed-9ec9-46ae-b704-b0684a76f72a/feature-for-xxxxxxxx-list-template-xxx-is-not-installed-in-this-farm-vsewss?forum=sharepointdevelopmentlegacy
    http://blogs.msdn.com/b/sowmyancs/archive/2008/04/02/server-error-feature-guid-is-not-installed-in-this-farm-and-cannot-be-added-to-this-scope.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • OWC PS5 - Content Presenter - Search functionality in custom list template

    We have created a custom list template for displaying the contents and use this custom list template in the content presenter task flow.
    We would need to implement Search functionality in the custom template.
    Any pointers on how to achieve this?
    Thanks,
    Navaneeth

    Sorry to see that this post hasn't had a response from the search team for so long.
    1 Search will not find content in portlets (for instance page portlets).
    That is correct. The content of portlets may be different for each user so indexing this content can provide misleading results. However, if you only need to index public content, Oracle Ultrasearch can be used to index all portal content, including that displayed through portlets.
    2 If Search Results Type in a custom search portlet is set to Pages, the search will be made in page display name, page keywords and page description. It will not search for item content.
    Searching for pages checks the following pieces of metadata:
    page name & display name
    keywords
    description
    all custom text attributes associated with the page type
    all custom url attributes associated with the page type
    all custom file attributes associated with the page type
    Items will not be searched but again, its possible to index the entire page using Ultrasearch.
    3 It is not possible to search for items but get found item's page links as results.
    This is incorrect. The custom search portlet allows the administrator to select the attributes that should be displayed from the search portlet's "edit-defaults" screens. From here, its possible to select the "page" attribute to be displayed with the search results. This means that you can search for items and then click on a link to go to the page on which the item resides.
    Various improvements have been made for 9.0.4, including better control over the display of page results.

  • How do I use the alternate list template when rendering web app items to a page?

    I need to have the ability to use the main list template on particular pages, but then use different markup for other pages - is there a way that I can specify the alternate list template within the module tag?

    Hi Matt, You should read about web apps here:
    http://helpx.adobe.com/content/help/en/business-catalyst/partner/web-apps-module-create-cu stom.html
    And module reference here:
    http://helpx.adobe.com/business-catalyst/kb/modules-quick-reference.html
    If you insert through the admin and click customise you will see the option to use listbackup. You will also see that layout availible via FTP and in the admin or DW.
    Here you can see where in the module paramaters the option to choose listbackup occurs:
    http://helpx.adobe.com/business-catalyst/kb/modules-quick-reference.html#id_65138

  • How can I customize Microsoft Word Outline Numbered List Templates with AppleScript?

    I wrote an applescript to set up a word document with the appropriate styles to give the document an academic setup, much like what Xelatex produces. This is a work in progress and I have a problem.
    I have successfully applied the style changes to each Header and I have applied the desired outline numbered list template "list template 5 of list gallery 3", however I would like to add tab stops to each one in order to make each header look slick like in Latex.
    To do what I want manually in Microsoft Word 2011 mac I would click Bullets and Numbering, customize, under text position i would check the tab stop box and put in some value (1 cm, for example)
    The following is an approximation of the result of running this script on a document with headings 1-9 applied consequently to each line, respectively. Note how they are not even. I think this is an issue with the template, but I want to be able to run this script on any mac without extra template files.
    1    Heading 1
    1.1    Heading 2
    1.1.1    Heading 3
    1.1.1.1    Heading 4
    1.1.1.1.1    Heading 5
    1.1.1.1.1.1 Heading 6
    1.1.1.1.1.1.1        Heading 7
    1.1.1.1.1.1.1.1Heading 8
    1.1.1.1.1.1.1.1.1 Heading 9
    Here is the script so far:
    Academic Paper Setup
    Copyright © 2012 macmadness86
    Just kidding there is no copyright. Open Source rules!
    You may use this code however you like. It would be nice
    if you made reference to the original code when sharing.
    THINGS TO DO:
    find a fix for changing font color of headings without hardcoding it.
    fix headings 4-9
    (*<Properties to be set by the user*)
    --number suffix corresponds to heading 1, heading 2, etc.
    --NOTE: To change the coloring of headings, it must be hardcoded. must find a fix.
    property fontName1 : "CMU Serif Roman"
    property fontName2 : "CMU Serif Roman"
    property fontName3 : "CMU Serif Roman"
    property fontName4 : "CMU Serif Roman"
    property fontName5 : "CMU Serif Roman"
    property fontName6 : "CMU Serif Roman"
    property fontName7 : "CMU Serif Roman"
    property fontName8 : "CMU Serif Roman"
    property fontName9 : "CMU Serif Roman"
    property fontSize1 : 15
    property fontSize2 : 14
    property fontSize3 : 13
    property fontSize4 : 12
    property fontSize5 : 12
    property fontSize6 : 12
    property fontSize7 : 12
    property fontSize8 : 12
    property fontSize9 : 12
    property boldTF : true
    property italicTF : false
    property highlightTF : false
    (*Properties to be set by the user>*)
    tell application "Microsoft Word"
        tell active document
            (*<normal code BLOCK*)
            set name of font object of Word style style normal to "CMU Serif Roman"
            set font size of font object of Word style style normal to 12
            set bold of font object of Word style style normal to false
            set italic of font object of Word style style normal to false
            set color index of font object of Word style style normal to black
            (*normal code BLOCK>*)
            (*<heading 1 code BLOCK*)
            set name of font object of Word style style heading1 to fontName1
            set font size of font object of Word style style heading1 to fontSize1
            set bold of font object of Word style style heading1 to boldTF
            set italic of font object of Word style style heading1 to italicTF
            set color index of font object of Word style style heading1 to black
            --set paragraph format left indent of paragraph format of Word style style heading1 to (centimeters to points centimeters 0) --indent sections relative to margin
            --set tab stop position of tab stop of Word style style heading1 to (centimeters to points centimeters 1)
            --set tab hanging indent of paragraph format of Word style style heading1 to count 1
            (*heading 1 code BLOCK>*)
            (*<heading 2 code BLOCK*)
            set name of font object of Word style style heading2 to fontName2
            set font size of font object of Word style style heading2 to fontSize2
            set bold of font object of Word style style heading2 to boldTF
            set italic of font object of Word style style heading2 to italicTF
            set color index of font object of Word style style heading2 to black
            (*heading 2 code BLOCK>*)
            (*<heading 3 code BLOCK*)
            set name of font object of Word style style heading3 to fontName3
            set font size of font object of Word style style heading3 to fontSize3
            set bold of font object of Word style style heading3 to boldTF
            set italic of font object of Word style style heading3 to italicTF
            set color index of font object of Word style style heading3 to black
            (*heading 3 code BLOCK>*)
            (*<heading 4 code BLOCK*)
            set name of font object of Word style style heading4 to fontName4
            set font size of font object of Word style style heading4 to fontSize4
            set bold of font object of Word style style heading4 to boldTF
            set italic of font object of Word style style heading4 to italicTF
            set color index of font object of Word style style heading4 to black
            (*heading 4 code BLOCK>*)
            (*<heading 5 code BLOCK*)
            set name of font object of Word style style heading5 to fontName5
            set font size of font object of Word style style heading5 to fontSize5
            set bold of font object of Word style style heading5 to boldTF
            set italic of font object of Word style style heading5 to italicTF
            set color index of font object of Word style style heading5 to black
            (*heading 5 code BLOCK>*)
            (*<heading 6 code BLOCK*)
            set name of font object of Word style style heading6 to fontName6
            set font size of font object of Word style style heading6 to fontSize6
            set bold of font object of Word style style heading6 to boldTF
            set italic of font object of Word style style heading6 to italicTF
            set color index of font object of Word style style heading6 to black
            (*heading 6 code BLOCK>*)
            (*<heading 7 code BLOCK*)
            set name of font object of Word style style heading7 to fontName7
            set font size of font object of Word style style heading7 to fontSize7
            set bold of font object of Word style style heading7 to boldTF
            set italic of font object of Word style style heading7 to italicTF
            set color index of font object of Word style style heading7 to black
            (*heading 7 code BLOCK>*)
            (*<heading 8 code BLOCK*)
            set name of font object of Word style style heading8 to fontName8
            set font size of font object of Word style style heading8 to fontSize8
            set bold of font object of Word style style heading8 to boldTF
            set italic of font object of Word style style heading8 to italicTF
            set color index of font object of Word style style heading8 to black
            (*heading 8 code BLOCK>*)
            (*<heading 9 code BLOCK*)
            set name of font object of Word style style heading9 to fontName9
            set font size of font object of Word style style heading9 to fontSize9
            set bold of font object of Word style style heading9 to boldTF
            set italic of font object of Word style style heading9 to italicTF
            set color index of font object of Word style style heading9 to black
            (*heading 9 code BLOCK>*)
        end tell
        (*<apply numbering to the sections code BLOCK*)
        set selFind to find object of selection --selects text of execute find command
        clear formatting selFind --reset selFind just to make sure
        set style of selFind to style heading1 --set style we are looking for
        execute find selFind find text "" wrap find find continue with find format and match forward
        if found of selFind is true then
            --display dialog (get content of text object of selection) --for debugging only
            (*<code BLOCK word__set paragraph style*)
            --I apply the formatting to the previously found text
            set myLT to list template 5 of list gallery 3 of active document
            apply list format template (list format of text object of selection) ¬
                list template myLT
        end if
        (*Apply numbering to the sections code BLOCK>*)
    end tell

    I figured it out . Just in case anyone else wants to know the script is below:
    tell application "Microsoft Word"
        set myTable to table 1 of selection
        convert to text myTable separator separate by tabs
    end tell

  • Error in BI4 SP04 Olap Analysis Using Portal iview list template

    We are trying to host the BI Launch Pad BI4 SP04.1 in the SAP Enterprise Portal (7.3.1.Sp04) on AIX 6.1 using the SAP Business Objects Document List Template, but getting an error when trying to use Olap for Analysis.
    When previewng the iview from the portal, the bilaunch pad is opened and the main page is displayed
    Then we select the icon Analysis for Olap, select an Olap connection and receive error in
    message box titled 'Analysis Edition for Olap'
    Login Failed. Invalid, User Name or Password
    It seems to be problem with SSO token back to the SAP portal.
    We have SSO configured from BI4 SP04.0.1 to BW 7.3.1. SP04 and can login to the launch pad using SAP authentication with the same account.
    The security on the OLAP connection is everyone - view. 
    If we change the Olap connection authentication to pre-defined from SSO, Olap Analysis works correctly from the portal iview, but of course the permissions are not acceptable. Further, we set SSO to false  from the global.properties file and restarted tomcat.  We can then start the launchpad from the Iview in the portal and are prompted for manual logon, use SAP authentication and Olap for Analysis runs correctly as the same user we tried previously.
    However, our requirement is to use SAP authentication and SSO from the portal to BI4 and not logon on manually.
    I have entered an OSS message for this issue and making little progress there.  If you have made this work or have some ideas you can share, I would be very grateful!
    Lee Lewis

    Just want to update with more information-
    Again, from the enterprise portal through the ivew - BO Document List template,
    Connects through to BI Launch Pad without having to login-using the BW ABAP credentials
    Then we try to open a webi document with an olap connection that has sso authentication instead of pre-defined user, we do not get the same user login failed message, the page is just blank
    But if I login directly to bi launch pas with the same SAP authentication that was used with the enterprise portal, and bring up the same webi document, the report is displayed as expected.
    Anybody successfully use the BO document list ivew using Olap connections with SSO and not just a pre-defined user?
    Lee Lewis

  • List Template Always Defaluts to 'Current View' Rather than the Defaulted ' All Tasks' Veiw

    I have created a task list template.  I have selected all of columns and deleted all others.  I have created only one view clled 'All Tasks' and set it to my defult, in addition I have deleted all of the other views.  However, when I instert
    the task template on another page or when it's used as part of a site template it reverts back to 'Current View' and shows a bunch of columns that I deleted.  I am forced to change the view everytime I insert it on to a page.  Under the List Settings
    I don't even see anything called 'Current View'.
    How do I avoid this default?

    Hi KHDMS,
    According to your description, I did a test in my SharePoint 2010 as the followings:
    1. Create a task list named ‘Task template’, create a custom view named ‘View1’ different from All tasks view, and set the view as the default view
    2. Add some items into the tasks list
    3. Delete other views except the view1
    4. Create a page,  add the tasks ‘Task template’ into the page
    5. Then the web part displayed like All Tasks view in the tasks list
    6.  Create another tasks list ‘Tasks2’, create a custom view named ‘View1’ diferent from All Tasks view, and set the view as the default view
    7. Reproduce the step 4, then the result is same with the above test.
    8. Then I tried to set the system view like ‘My task’ as the default view, then reproduced the step 4
    9. The web part displayed as My Task view.
    For this issue, it seems to be happened on the custom view, if you want to display the custom view for the tasks web part on a page, you can do as Edit Web Part-> selecting the custom view under Selected View.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • FatalError: Feature '75a0fea7-d31d-491a-9177-f0e461a81e3f' for list template '1010' is not installed in this farm.

    When I try export a site in sharepoint 2010, it gave this FatalError: Feature '75a0fea7-d31d-491a-9177-f0e461a81e3f' for list template '1010' is not installed in this farm.  The operation could not be completed. can someone please help
    me.

    This error comes when a feature is missing with this id 75a0fea7-d31d-491a-9177-f0e461a81e3f'  in the farm and server where you are about to restore the site
    Solution:
    1) Go to the server from where you have taken this backup.
    2) Compare the Features folder in 14 hive for both source and destination server.
    3) Definitely in the source server you will get that missing feature , and may be along with that some other features as well.
    4) Open the feature.xml file and compare the id with the id present in the error. Thus get the exact feature name
    5) Copy that feature folder from source to destination server.
    6) Install that feature, no need to activate
    7) Run the restore again, this time it will be successful
    Thanks

  • #PARENT_TEXT# not being substituted in List Template since upgrade to v4.1

    I have a list template that uses the substitution string #PARENT_TEXT# in the Sublist Template Before Rows section.
    Prior to Apex 4.1 this substitution string was replaced with the parent list item text (as expected). In Apex 4.1 this substitution is not made and the result is blank.
    Is #PARENT_TEXT# deprecated, or is this a bug? #PARENT_LIST_ITEM_ID# is replaced so looks like some substitution is being performed at least.
    any ideas ?

    I've reproduced the problem on apex.oracle.com
    Workspace: PARENT_TEXT
    Username: [email protected]
    Password: Muppet#1
    Application Id: *48955*
    The login page has 3 icons, each of which is a top-level entry within a static list.
    When you click on the drop-down icon, the menu which appears should display the "Primary" or "Secondary" or "Tertiary" title in the menu which appears.
    Oddly, if you select "Primary"...."1st child of Primary" then the title "1st child of Primary" appears as the menu title. Suggesting that there's a bug relating to root elements.
    This did work on Apex 3.x which is why I raised the case.
    regards,
    Andy Steel.

  • Sharepoint 2013 some List Templates missing in add an app

    I am using sharepoint 2013. I uploaded 13 list templates in gallery but i can view only 8 templates other templates are missing when i am clicking
    add an app. Whats wrong this? Thanks in advance.

    Hi,
    According to your description, you uploaded 13 list templates in gallery,
    some List Templates were not visible on add an app page.
    Let us verify the following:
    What kind of template you used for the Site, publishing or Team?
    Did you activate the Team Collaboration Lists feature at the site?
    Compare the difference between the 13 list templates you uploaded in gallery. Probably these list templates are using different site definitions.
    Here are two links similar with your issue , you can take a look at:
    http://sharepointfarmer.com/deployed-list-template-is-not-visible-on-add-and-app-page-on-create/
    http://www.go4sharepoint.com/Forum/uploaded-list-templates-not-appear-15885.aspx
    Best Regards
    Lisa Chen

  • Modifying a List Template

    Hi there,
    I would like to create a list template to display images (with labels underneath) in columns of 3, does anybody know how to do this?
    thanks..

    You'll get more effective help if you provide more relevant information upfront in the initial post. Always include:
    <li>APEX version
    <li>DB version and edition
    <li>Web server architecture (EPG, OHS or APEX listener)
    <li>Browser(s) used
    <li>Theme
    <li>Templates
    <li>Region type
    Can you please provide this information?
    I am trying to render a list that I have created in APEX.What kind of list?
    Created how?
    If you've created/modified a list template, either reproduce this on apex.oracle.com or post full details of the template here.
    but I need some sort of conditional formatting to include aInclude a what?

  • Custom List Template - Adding a substitution string

    Hi all,
    I have created a List template by copying an existing list template.
    I want to have a substitution string so that I can assign a different identification to the list itself each time I use the list template.
    <ul id="#SOME_SUBSTITUTION_STRING#">
    <li></li>
    <li></li>
    </ul>The #A01# - #A10# seems to be applied only on list items. I cannot find a way to have such a substitution string that can be applied to the unordered list tag.
    Would anyone know of a way to do that? I'm using Apex 3.1
    Thanks,
    Raihaan

    The reason I want to be able to specify the id of the unordered list is that I have a javascript function using the id to build the rest of the list dynamically.
    But if that's not possible, I will have to hardcode the "id" in the template and have a different template everytime I want to implement a list having the same characteristics.
    Thanks,
    Raihaan

  • Bug Report: #HOME_LINK# doesn't work in "List" template

    Hi,
    tried to use the #HOME_LINK# substitution built-in in the "Before List Entry" property of a "List" template, but it isn't replaced.
    Used &HOME_LINK. instead, that one is replaced, but the substitution string &APP_ID. inside the HOME_LINK isn't translated.
    #HOME_LINK# seems to work fine in a page template.
    Regards
    Patrick
    My APEX Blog: http://www.inside-oracle-apex.com/
    The APEX Builder Plugin: http://builderplugin.oracleapex.info/ New
    The ApexLib Framework: http://apexlib.sourceforge.net/

    Hello,
    This is the normal behaviour documented here :
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwcontxt/props/pi_col_break_order.htm
    Restrictions
    Break Order has no effect on columns that belong to the lowest group of a particular query.
    Break Order only affects columns in groups that are above the lowest child group of a query.
    You have to add an "ORDER BY" in the SQL query in order to sort the columns belonging to the "lowest group"
    Regards

  • Forms Library from a list template

    Hi
    I saved a forms library with its content as a list template and then recreated a new forms library
    based on the saved list template, in the same location with a different name.
    For some reason, I cant seem to edit/view the properties of the forms in this newly created library as its greyed
    out, even the dropdown next to the form name link doesn't open when its clicked. I am
    the site collection administrator. Please help. Thanks.
    Additional Info: There are other custom lists in the same location that doesn't have this problem. It seems to be an issue specifically with the forms library.

    Hi RajSP,
    Based on your description, I did a test, everything worked well. I could not reproduce your issue.
    Please do some tests:
    Create a new view in the problematic library, check the two buttons in the new view, compare the result.
    Create a new library based on the template form library, compare the result.
    Re-save the original form library as a new template, then create a new library based on the new template, compare the result.
    Please create a new form library, and save it as a template including the content, create a new library based on the template, compare the result.
    In addition, please check if the following link is useful:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/b5a74681-ba88-43e2-b406-82d25fa38b25/quick-edit-greyed-out-in-custom-list?forum=sharepointgeneral
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for