I have developed an application in which i want to display profile picture of the user in the header of my custom login page
for that i have taken hidden text input which contains the following
${P_connected_user.extended.profile_pic_url}
then i have taken image widjet followed by js widjet which has the following
var profile_pic_url= RMPApplication.get("profile_pic_url");
id_image.setUrl(profile_pic_url);
now i have created a user metadata from the configartion tab then i have attched the profile pic url to the user metadata..
but the profile picture is coming in my web interface and not in my header so please tell me how to display the profile pic in header
--
Dimitri MELCHIOR
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/24858b1f-0b97-4f0a-b6f8-d18ba0a69164%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/I7xw5Jbyqqs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAED7vk2VtCvsNDnHM2LZtb2%2B2LMyBVp-eg1n5KHU221bsU9n%3DQ%40mail.gmail.com.
I have done the changes what you have told me do, it is coming absolutely fine
I require a little bit help from you , now I want my profile picture to come before the name of the user as it is coming now after the name of the user can you tell me how to do that????
--
Dimitri MELCHIOR
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/b8b48077-d0ca-4edb-be3f-4e8565fdac2a%40runmyprocess.com.
The profile ic is coming fine now, but now iwant to resise the profile pic using padding-left and padding-right
but when i am inserting the following code in my js widjet
document.getElementById("customheader").style.padding-right="10px";
document.getElementById("customheader").style.padding-left="5px";
it is not working, so could you please tell me hiw to make it work??????