Adding Href Property To PublishingWebControls:RichImageField

Hi All,
I have created a page layout inheriting from   artical page content type.I have included page image content field (ie PublishingWebControls:RichImageField when added ) .We need make this field as clickable so that click on this it will open new window
with vidoe(Requirment:Need to provide thumb nail url for image  to open vidoe when users click on the image).
Problem:As of now this field is not clickbale.I am trying to add href as custom property to this filed by inheriting class form richimagefield but not getting anyresult.
I tried we can provide anchor tag link for label as <a href='{0}'>{1}</a>", "url", "Click Me"/> its working.
I want the same way for richimage field .Please help me in this .
SharePoint Deginer 2013 ,SP2013 for this task.
Thanks ,
veeresh G

Thanks Patrick for your reply and time .I tried what ever you have mentioned its working.But i read some where we can
provide hyperlink while uploading image .So that it will open in new window.some links it was mentioned there is some issue with PublishingWebControls:RichImageField with
 which will render <img> tag instead of redering <image> tag becuse ot this it is not clickable even though we give hperlink url which we get option while inserting image fisrt time.i have followed those link but didnt work.Bleow is the link
that i followed but i didnt get.
http://vivek-soni.blogspot.in/2009/05/oob-publishing-image-field-with.html
http://blogs.technet.com/b/stefan_gossner/archive/2007/03/29/how-to-overcome-glitches-with-the-standard-field-controls-shipped-with-moss-2007.aspx

Similar Messages

  • Error while adding owner property in nw bpc 10.1 unified model

    Hi,
    currently we are working on NW BPC 10.1 unified model.
    while adding owner property in BW system for work status we are getting below error.
    "Characteristic owner is not mapped to any attributes in the SAP HANA model."
    Please suggest us where to add this owner property.
    Regards
    Anitha p.

    Hi Gregor,
    Thanks for your reply.
    we applied that note.
    We have few doubts while creating work status and BPF.
    Our dimension is /ERP/COSTCNTR, so we have added ZPERF and ZREV attributes in ZCOSTCNTR and we have implemented BADI BADI_RSBPCB_SETUSER (enhancement spot RSBPCB_SETUSER).
    My doubt is while creating ZCOSTCNTR infoobject do I need to take a copy of /ERP/COSTCNTR? I am getting short dump while doing this.
    Regards
    Anitha

  • What is the use of adding a property in forum administrator

    What is the use of adding a property in forum options in forum administrator.
    Process of adding a property ?
    How does it effect?

    Hi,
    Check this link:
    https://forums.oracle.com/thread/861349
    --Sushant

  • [svn:fx-trunk] 7753: Adding backgroundFrameRate property to WindowedApplication, to by default reduce the CPU usage in cases where an app is not 'active'.

    Revision: 7753
    Author:   [email protected]
    Date:     2009-06-11 12:29:44 -0700 (Thu, 11 Jun 2009)
    Log Message:
    Adding backgroundFrameRate property to WindowedApplication, to by default reduce the CPU usage in cases where an app is not 'active'.
    Bugs: SDK-21135
    Reviewer: Ryan, Darrell
    QE Notes: Test needs to be written for this new API. PARB has tentatively approved, will update spec here: http://opensource.adobe.com/wiki/display/flexsdk/Spark+WindowedApplication
    Doc Notes: Needs to be documented and ASDoc scrubbed. 
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21135
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as

    Hi,
    when the pageFlow scope map is preserved on task flow exit then this is a bug. Can you file it ?
    Frank

  • Visibility of newly added target property in e-mails

    Hi,
    I manually added new property for oracle database targets and put some values there
    and would like to see the property reflected in e-mail alerts.
    The template for the e-mail has [USER_DEFINED_TARGET_PROP]
    already however new property not shown, only those which are coming
    our of the box for target type like comment, line of business, etc.
    Do you know how it should be defined or it is not shown simply due to a bug?
    Thank you,
    Andrey

    I do not believe we support target type specific User defined target properties in the Email Customization. Please file a ER. Thanks.

  • Adding Custom Property to all documents

    Hi Experts,
      I have requirement to add custom property for documents. This property should be displayed under custom Tab of all documents. How can i achieve this?  Please help me regarding this.
    Regards,
    Kumar.

    Hi Kumar,
    Make all the properties, indexable.
    This u can do in the configuration of properties.
    Then these props will be searchable
    U need to come up with how u want to search these docs
    Probably a search iview and its search options and search components will be reqd.
    Mention the requirements in that way. U can start a new thread for searching rather
    than continuing with this thread as the subject is adding custom property.
    Regards
    BP

  • Risk in adding Formula Property

    We're considering the addition of the Formula property in our account dimension.  Does anyone know of any risks associated with adding this property to an established dimension?  I would think there should be no risk, but would prefer to get concurrence before proceeding with this change.  Thanks in advance!

    Hi,
    There are no risks in adding the formula property as such. However, you need to be cautious about to which members you want to assign formulas. The members to which you assign formulas, will become calculated members and you cannot plan on calculated members.
    Hope this helps.

  • Adding Custom Property in Catalog

    Hi all,
    trying to add a new property in the product and SKU level. I have added the below code in custom catalog.xml.
    And the below SQL script, i have got by invoking the following like in . In dyn/admin , atg/commerce/catalog/productcatalog , generate SQL link...
    but i am getting the following error when executing the SQL script.
    Pls let me know the best way to add a custom property in catalog, n generate SQL for same
    <item-descriptor name="product" id-space-name="product" xml-combine="append">
    <table name="abc_product" type="auxiliary" id-column-name="product_id">
    <property name="isABC" data-type="boolean" default="false" column-name="abc"
    category-resource="SIM" display-name-resource="abc">
    <attribute name="propertySortPriority" value="-1"/>
    </property>
    </table>
    </item-descriptor>
    -------------------------------------------------------Error when executing script----------------------
    Error starting at line 1 in command:
    CREATE TABLE abc_product (
         product_id           varchar2(254)     NOT NULL REFERENCES dcs_product(product_id),
         abc           number(1)     NULL,
         CHECK (abc IN (0, 1)),
         PRIMARY KEY(product_id)
    Error at Command Line:2 Column:61
    Error report:
    SQL Error: ORA-02270: no matching unique or primary key for this column-list
    02270. 00000 - "no matching unique or primary key for this column-list"
    *Cause:    A REFERENCES clause in a CREATE/ALTER TABLE statement
    gives a column-list for which there is no matching unique or primary
    key constraint in the referenced table.
    *Action:   Find the correct column names using the ALL_CONS_COLUMNS
    catalog view

    @Gurvinder,
    I changed the DDL/SQL script. this script worked in CATAA/CATAB schema, But failed in Publishing schema. Find the problem below in publishing schema.
    CREATE TABLE abc_product (
    product_id varchar2(254) NOT NULL,
    abc_uin number(1) NULL
    ,constraint sim_product_pk primary key (product_id)
    ,constraint sim_product_f1 foreign key (product_id) references dcs_product (product_id));
    -----------------------CATA Schema-------
    CONSTRAINT "DCS_PRODUCT_C" CHECK (nonreturnable in (0,1)) ENABLE,
         CONSTRAINT "DCS_PRODUCT1_C" CHECK (disallow_recommend in (0,1)) ENABLE,
         CONSTRAINT "DCS_PRODUCT_P" PRIMARY KEY ("PRODUCT_ID") // there there is only one primary key
    ------Publishing Schema----------------------------------
    CREATE TABLE "ATGSIMPUB"."DCS_PRODUCT"
    (     "ASSET_VERSION" NUMBER(19,0) NOT NULL ENABLE,
         "WORKSPACE_ID" VARCHAR2(40 BYTE) NOT NULL ENABLE,
         "BRANCH_ID" VARCHAR2(40 BYTE) NOT NULL ENABLE,
         "IS_HEAD" NUMBER(1,0) NOT NULL ENABLE,
         "VERSION_DELETED" NUMBER(1,0) NOT NULL ENABLE,
         "VERSION_EDITABLE" NUMBER(1,0) NOT NULL ENABLE,
         "PRED_VERSION" NUMBER(19,0),
         "CHECKIN_DATE" TIMESTAMP (6),
         "PRODUCT_ID" VARCHAR2(40 BYTE) NOT NULL ENABLE,
         "VERSION" NUMBER(*,0) NOT NULL ENABLE,
         "CREATION_DATE" TIMESTAMP (6),
         "START_DATE" TIMESTAMP (6),
         "END_DATE" TIMESTAMP (6),
         "DISPLAY_NAME" VARCHAR2(254 BYTE),
         "DESCRIPTION" VARCHAR2(254 BYTE),
         "LONG_DESCRIPTION" CLOB,
         "PARENT_CAT_ID" VARCHAR2(40 BYTE),
         "PRODUCT_TYPE" NUMBER(*,0),
         "ADMIN_DISPLAY" VARCHAR2(254 BYTE),
         "NONRETURNABLE" NUMBER(1,0),
         "BRAND" VARCHAR2(254 BYTE),
         "DISALLOW_RECOMMEND" NUMBER(1,0),
         "MANUFACTURER" VARCHAR2(40 BYTE),
         CONSTRAINT "DCS_PRODUCT_C" CHECK (nonreturnable in (0,1)) ENABLE,
         CONSTRAINT "DCS_PRODUCT1_C" CHECK (disallow_recommend in (0,1)) ENABLE,
         CONSTRAINT "DCS_PRODUCT_P" PRIMARY KEY ("PRODUCT_ID", "ASSET_VERSION") //there is two primary keys
    Regards
    Edited by: Bravo on Apr 22, 2013 5:23 AM

  • Adding Custom Property to Files

    I am trying to add a custom property to file in a repository and I am apparently missing something.
    I have created a custom property and and metadata extension for the language files. I add the property to the property group custom. I added the custom property to the folder display under presentations fine.
    The issue is when I hit the details of the files I can not find anywhere where my customer property show up...
    Any ideas??
    D.

    Hi Derek,
         Looks like you have done everything correctly. The property should show up under custom tab. I would recommend going through the following PDF and see if you missed anything.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/working with metadata properties in km.pdf

  • Powershell script assistance - adding another property to existing script

    This is not my script but was written by Richard L. Mueller. It works perfectly for us but I would like to know if the account is enabled or disabled when the output is created. Basically it would output the name, lastlogon and then either enabled or disabled.
    I've attempted to add a new property by adding another " $Searcher.PropertiesToLoad.Add" and "$Result.Properties.Item ".
    It works fine if I add something like "givenName" but I can't find the property name to show if the account is enabled or disabled.
    The entire script is shown below:
    # PSLastLogon.ps1
    # PowerShell script to determine when each user in the domain last
    # logged on.
    # Copyright (c) 2011 Richard L. Mueller
    # Hilltop Lab web site - http://www.rlmueller.net
    # Version 1.0 - March 16, 2011
    # This program queries every Domain Controller in the domain to find the
    # largest (latest) value of the lastLogon attribute for each user. The
    # last logon dates for each user are converted into local time. The
    # times are adjusted for daylight savings time, as presently configured.
    # You have a royalty-free right to use, modify, reproduce, and
    # distribute this script file in any way you find useful, provided that
    # you agree that the copyright owner above has no warranty, obligations,
    # or liability for such use.
    Trap {"Error: $_"; Break;}
    $D = [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain()
    $Domain = [ADSI]"LDAP://$D"
    $Searcher = New-Object System.DirectoryServices.DirectorySearcher
    $Searcher.PageSize = 200
    $Searcher.SearchScope = "subtree"
    $Searcher.Filter = "(&(objectCategory=person)(objectClass=user))"
    $Searcher.PropertiesToLoad.Add("distinguishedName") > $Null
    $Searcher.PropertiesToLoad.Add("lastLogon") > $Null
    # Create hash table of users and their last logon dates.
    $arrUsers = @{}
    # Enumerate all Domain Controllers.
    ForEach ($DC In $D.DomainControllers)
    $Server = $DC.Name
    $Searcher.SearchRoot = "LDAP://$Server/" + $Domain.distinguishedName
    $Results = $Searcher.FindAll()
    ForEach ($Result In $Results)
    $DN = $Result.Properties.Item("distinguishedName")
    $LL = $Result.Properties.Item("lastLogon")
    If ($LL.Count -eq 0)
    $Last = [DateTime]0
    Else
    $Last = [DateTime]$LL.Item(0)
    If ($Last -eq 0)
    $LastLogon = $Last.AddYears(1600)
    Else
    $LastLogon = $Last.AddYears(1600).ToLocalTime()
    If ($arrUsers.ContainsKey("$DN"))
    If ($LastLogon -gt $arrUsers["$DN"])
    $arrUsers["$DN"] = $LastLogon
    Else
    $arrUsers.Add("$DN", $LastLogon)
    # Output latest last logon date for each user.
    $Users = $arrUsers.Keys
    ForEach ($DN In $Users)
    $Date = $arrUsers["$DN"]
    "$DN;$Date"

    It is part of the userAccountControl attribute. Retrieve that attribute for each user and test if the ADS_UF_ACCOUNTDISABLE bit (2) is set.
    -- Bill Stewart [Bill_Stewart]

  • Adding dim property -  Error processing (Invalid column name)

    BPC 5.1 SP3
    I'm trying to add FormulaH1 and FormulaH2 properties to a user-defined dim containing two hierarchies. Properties are added and processed without any issues. However, when I subsequently try to process the member sheet, which has two new columns ("FormulaH1" and "FormulaH2"), I receive this error:
      - Error occurs during UpdateRemainData. Invalid column name 'formula13'.
    Column 13 in the member sheet contains the new "FormulaH2" property. (Column 12 has the "FormulaH1" property).
    Any ideas what might be causing this error? I do see the new columns added to the mbr table. I've tried changing the property lengths and "In App" settings---get the same error when processing the member sheet.
    Are there issues with added Formula properties to a user-def dim? Or, is there something else going on here?

    Answered my own question....
    I only need to add one property called "Formula". BPC will then add the H1 and H2 "property" columns in the member sheet.

  • Adding new property to SAPUM.properties

    hi,
    We are using EP Patch 12, I'm trying to add some custom properties in sapum.properties which can be accessed by System Admin --> System Config --> UM Config --> Direct Editing.
    I added a few properties and 'saved' when I restarted EP I don't see any of the properties that I defined.
    Please let me know how to add. Is it thru visual admin? or configtool? if so appreciate it if you can tell me the process.
    Thanks in advance.
    Chandra

    Sorry for the confusion I solved it partially, actually I want to add a new property say for ex.
    mycompany.myproject.mydiv
    Please let me know.
    Chandra.
    Message was edited by: Chandra Ganne

  • Adding system property

    What is the simplest way of adding a system property to the VM, without adding any classes.
    I mean is there any specific file where we can set it
    thanks in advance

    System.getProperties().put("foo", "bar");
    System.out.println(System.getProperty("foo")); // barAs far as a specific file, no I don't think you can do it that way.

  • Adding click property of Button via function?

    Hi,
    I am trying to add a button to a group in a Flex 4 application from within a function like this;
    public function addButton(myID:Number):void {
    var myButton:Button = new Button();
    myButton.id = ObjectUtil.toString(myID);
    myButton.label = "New Button "+myButton.id;
    myButton.click= textAlerter(myID);
    myGroup3.addElement(myButton);
    The label and id properties get added but not the click. T
    he error message says click is an undefined property for spark.components:Button.
    But it is a property when add it to the group like this;
    <s:Button id="myButton" label="My Label" click="myFunction();"/>
    What am I doing wrong?
    Thanks.

    Your code should look like
    public function addButton(myID:Number):void {
                    var myButton:Button = new Button();
                    myButton.id = ObjectUtil.toString(myID);
                    myButton.label = "New Button "+myButton.id;
                    myButton.addEventListener(MouseEvent.CLICK, clickHandler);
                    myGroup.addElement(myButton)
               public function clickHandler(event:MouseEvent):void {
                    // handle event here
                   textAlerter('yay '+Button(event.currentTarget).id);
    See http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/Interacti veObject.html#event:click
    The reason this works when you define
    <s:Button click="clickHandler(event)" />
    is that mxmlc is generating the code I wrote above for you.

  • Added target property not visible in EM12c

    Hi,
    I have added some new target properties using emcli "add_target_property" command. I see them on targets and set values but they are not visible for selection on any EM12c screens i.e. pull down manues or setting up filters for group creation etc. Does any one know how to make them available on EM12c screen menues?
    Thank you.

     
    Hi,
    From the error message you have mentioned, it seems that the web front end servers are out of synchronization. You can use the following steps to fix it:
    Restart the SharePoint 2010 Administration on all of the Web Front End servers (or at least just make sure to restart the one on the WFE where the deployment failed).
    Restart the SharePoint 2010 Timer service on all Web Front End servers.
    The SharePoint 2010 Administration service carries out the actual removing and adding of files the GAC (Global Assembly Cache). This works most of the time and the service will release the handle on a file.
    However, if the Administration service does not release the handle on the file, then you will also need to restart the Timer service. Restarting the timer service on SharePoint 2010 will restart all SharePoint 2010 timer jobs and you will need to delay installation
    for a while, until all of those jobs have had a chance to complete.
    In addition, I suggest that you clear the configuration cache on the server, then test again.
    http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
    Thanks,
    Rock Wang
    Rock Wang TechNet Community Support

Maybe you are looking for

  • MB04 -  recebimento de dois lotes para um material

    Pessoal, Estamos recebendo uma nota fiscal de consumo de componentes pela MB04 porém para um item há 2 lotes. Há como lançar isto com o mesmo comportamento da MIGO ? Grato, Ale

  • Retail: IS-Retail sytem and POS related Query in SAP Testing

    Hi Experts, I am expecting clear answer for my query.I am going to sit in SAP Testing project so i just want to know the t-codes which we use to send the O/B IDOCs to POS and the I/B IDOCs from POS to SAP R/3 system.What's the t-code i have to use if

  • Converting greyscale images to single spot colour

    Hi there. I'm trying to convert a greyscale image into a single spot colour image. The spot colour is PMS425C, a grey version but as I'm only printing 2 colours I need to convert these images into one spot colour. Can somebody please assist? Thanks

  • Error when doing blind transfer from CAD

    We have put a button on our CAD desktop with an action to perform a blind transfer to a specific extension (which happens to be a routepoint). 20% of the transfers fail with this error message: "The agent- or workflow-initiated action request failed.

  • Additional Manifest Files to Merge don't get merged

    I'm using JDeveloper 11.1.1.1.0 to create some 'executable' jars to run on client machines. The automatically generated manifest file doesn't have the necessary Class-Path statements, so I've created a custom MANIFEST.MF to be merged into the auto-ge