• saas4u
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 4
    Replies

I am using a "inputTextArea" with its "richText" attribute set to true. This works fine in chrome and firefox. But when i use IE9, everything seems to be a blunder.

 

When I click "insert image" then a blank box appears, but with no means of closing and rest of screen greyed out.

The same happens when i try to insert a link.

 

Any ideas, why this could happen?

Hi,

 

I have few questions:

 

Is it possible to display the reports and dashboards in the visualforce page? If yes, can anybody provide me with some refernce.

 

Is it possible to mail the Reports and dashboards?  If yes, then who can be the reciepients. Is it only the salesforce users present in the org. or can we provide any email address?

 

How can we show reports and dashboards in a section of an objects page layout or in the related lists of the object?

 

Thanks.

Hi,

 

I want to use the HTML Editor that salesforce provides when we click on "send an email" button on account/contact/ Lead's  ActivityHistory related list and seecting the email format to "HTML", in my visualforce page...Can i use that in my vf page? if yes, what will be the data type for the variable that i will bind with this editor area?

 

Also I want to use a inputTextArea in my page with its "richText" attribute set to true..Below is the way i am using it

 

<apex:inputTextArea richText="true" value="{!InpValue}"/>

 

when i debug the value of Inpvalue in my class it comes as blank...any ideas how to use this? The datatype for InpValue is String..

 

any help would be appreciated.

 

Thanks,

saas4u

Hi,

 

I want to use the HTML Editor that salesforce provides when we click on "send an email" button on account/contact/ Lead's  ActivityHistory related list and seecting the email format to "HTML", in my visualforce page...Can i use that in my vf page? if yes, what will be the data type for the variable that i will bind with this editor area?

 

Also I want to use a inputTextArea in my page with its "richText" attribute set to true..Below is the way i am using it

 

<apex:inputTextArea richText="true" value="{!InpValue}"/>

 

when i debug the value of Inpvalue in my class it comes as blank...any ideas how to use this? The datatype for InpValue is String..

 

any help would be appreciated.

 

Thanks,

saas4u

 

 

HI,

 

I have a trigger present in my developer org. The trigger is on Lead and i have a custom field which i am using in that trigger.I want to deploy this trigger to my clients org. But it happens to be Professional Edition. So when i try to deploy the trigger from eclipse it gives me an eror saying - "This Organization requires Metadata API enabled."  Also when i packaged the trigger and tried to install that package, it gave me an error saying "Missing feature Apex Triggers Installing this package requires the following feature and its associated permissions: Apex Triggers" So i dont know how i shall move ahead now. What are the options by which i can achieve this?

 

Also let me know, what are the steps to enable the Metadata API and if i get the API enabled will i be able to deploy the trigger ? I have read that adding triggers/classes to proffessional edition requires you to create a "Managed Package" and also get it certified from salesforce. Is this the only option available? Because its quite funny that i have a trigger that was written in 2-3 hours but to add it into proffessional edition requires you to take so many steps and spend days. My client wont pay me for this delay . 

 

Thanks

SAAS INDIA

  • April 08, 2011
  • Like
  • 0

Hi,

 

I have few questions:

 

Is it possible to display the reports and dashboards in the visualforce page? If yes, can anybody provide me with some refernce.

 

Is it possible to mail the Reports and dashboards?  If yes, then who can be the reciepients. Is it only the salesforce users present in the org. or can we provide any email address?

 

How can we show reports and dashboards in a section of an objects page layout or in the related lists of the object?

 

Thanks.

Hi,

 

I want to use the HTML Editor that salesforce provides when we click on "send an email" button on account/contact/ Lead's  ActivityHistory related list and seecting the email format to "HTML", in my visualforce page...Can i use that in my vf page? if yes, what will be the data type for the variable that i will bind with this editor area?

 

Also I want to use a inputTextArea in my page with its "richText" attribute set to true..Below is the way i am using it

 

<apex:inputTextArea richText="true" value="{!InpValue}"/>

 

when i debug the value of Inpvalue in my class it comes as blank...any ideas how to use this? The datatype for InpValue is String..

 

any help would be appreciated.

 

Thanks,

saas4u

 

 

Hello Friends,

                          It would be helpful if anyone could help in achieving these funtionality,

 

                          1. Creating a "MultiSelect Picklist" using VisualForce.

                          2. Once I save the form after selecting some values in that MultiSelect Picklist then the next time If I run that   

                               page those selected values should not be available in the available section of that multiselect Picklist.

 

                           Thanks in advance!!!

 

 

 

 

  • December 06, 2010
  • Like
  • 0

 I am a new .

 

This is a VF page,How can I make a paging with VF?

 

Thanks,please gaving code or example!