Forcetalks | Harsh | Activity https://www.forcetalks.com/harsh/activity/ Activity feed for Harsh. Sat, 24 Jan 2026 02:39:53 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 0868b6b331b78b1e5763497090887423 Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-displaynone-in-html-tag-on-a-visualforce-page-component/#post-28265 Wed, 02 May 2018 13:21:16 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

integrate the image in the rich text.
with the help of and
i am sending the screen shot of my visual force page

************************************************************************************************************

]]>
b62a5d43502e374f3aee806f13d29240 Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-displaynone-in-html-tag-on-a-visualforce-page-component/#post-28119 Mon, 30 Apr 2018 13:06:36 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

I am using the tag <apex:inputtextarea>’ in my visual force page were 'richtext'=true now i am using this editor for image were when user attach any attachment using the upload file that this image should sucessfully upload in the editor provide by <apex:inputtextarea>

To upload the image i am using the <apex:image> with properties… Read more

]]>
d49b4b03897088d2aae546f6eb9606d8 Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-displaynone-in-html-tag-on-a-visualforce-page-component/#post-28115 Mon, 30 Apr 2018 04:39:54 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

My use case- In my visual force page I have two tag <apex:inputtextarea > where richtext=true and other is the <apex:image url="https://www.forcetalks.com/salesforce-topic/"> tag were I have image file I need to integrate into one that is in <apex:inputtextarea>
Please suggest me any idea of solving this issue.

]]>
ad31d80aeac1cb2acb68e212ff869bce Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-displaynone-in-html-tag-on-a-visualforce-page-component/#post-27737 Mon, 23 Apr 2018 10:25:42 +0530 Hi Aman,

Any solution to this issue or any work around you have find out.

Thanks

Harsh

]]>
e17ab647b3cfec13826d8b05530b311f Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-displaynone-in-html-tag-on-a-visualforce-page-component/#post-27705 Fri, 20 Apr 2018 08:11:05 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

Aman

Any solution to this issue or any work around you have find out.

Please share with me, as it is priority issue for ticket.

]]>
3fcc39328876e169021ca92de6aaac15 Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-displaynone-in-html-tag-on-a-visualforce-page-component/#post-27705 Fri, 20 Apr 2018 08:11:05 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

Aman

Any solution to this issue or any work around.

]]>
590da42c8c1eb224462e64bc66ff8acf Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-displaynone-in-html-tag-on-a-visualforce-page-component/#post-27671 Thu, 19 Apr 2018 11:59:00 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

Thanks Aman

Any solution to this issue or any work around.

]]>
eb6b9c8070e8bcffa7dde8b58b0f39a0 Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-display-none-in/#post-27671 Thu, 19 Apr 2018 11:59:00 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

Thanks Aman

Any solution to this issue or any work around.

 

 

]]>
7fa2ab2f9a6f10054295c0dcad245ccd Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-display-none-in/#post-27671 Thu, 19 Apr 2018 11:59:00 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

Thanks Aman

Any solution to this issue.

 

 

]]>
35ac9180990a4bd67a6cfd1442cf620c Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-display-none-in/#post-27668 Thu, 19 Apr 2018 09:26:18 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

public class ContentController {
public SObject record {get; private set;}
public ContentController() {

}

public Event myStandardObject;
public ContentController(ApexPages.StandardController controller) {
myStandardObject = (Event)controller.getRecord();
record = (Event)controller.getRecord();
}

public blob file { get; set;… Read more

]]>
127329203528e7819fb721e2b7e09b1c Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-display-none-in/#post-27666 Thu, 19 Apr 2018 08:25:29 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

I have made as per your suggestion but still it is not working

<apex:page standardcontroller=”Event” extensions=”ContentController” sidebar=”False” showHeader=”False”>

<apex:form >

<apex:pageBlock >
<apex:inputTextarea rows="10" cols="177" richText="True" value="{!Event.Description}" onChange="numCheck();" id="UploadImage"… Read more

]]>
31bad7da4897277d0e7796acdbd4c409 Harsh replied to the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-display-none-in/#post-27665 Thu, 19 Apr 2018 08:09:21 +0530 Reply to How to hide "display:none" in html tag on a Visualforce Page Component?

<apex:page standardcontroller="Event" extensions="ContentController" sidebar="False" showHeader="False">

<apex:form >

<apex:pageBlock >
<apex:inputTextarea rows="10" cols="177" richText="True" value="{!Event.Description}" style="display:block"/>

<apex:commandButton value="Save" action="{!save}"… Read more

]]>
c7d7e367684305659110fed38a2dcc4f Harsh started the discussion How to hide "display:none" in html tag on a Visualforce Page Component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-hide-display-none-in/ Thu, 19 Apr 2018 06:36:37 +0530 How to hide "display:none" in html tag on a Visualforce Page Component?

I am using visual force page with component <apex:inputTextarea rows="10" cols="177" richText="True" value="{!Event.Description}"/>, but when I want to upload the image than i am not getting this tab upload image, because in run time "display: none;" option is showing. How to replace this display: none in html tag?

]]>
3bfbbe5223e14329064c722f41294b8f Harsh replied to the discussion How can i add the ability to upload image using richtext in inputTextArea? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/ability-to-upload-image-using-inputtextarea-richtext/#post-27624 Wed, 18 Apr 2018 12:51:36 +0530 Reply to How can i add the ability to upload image using richtext in inputTextArea?

Hi Pranav,

Thanks for the code, but can u please implement the same in event object as i am getting it some error when i tried to implement this code in my org.

 

 

 

]]>
7f88ed073cd85b21fc0bb077067f0298 Harsh replied to the discussion How can i add the ability to upload image using richtext in inputTextArea? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/ability-to-upload-image-using-inputtextarea-richtext/#post-27618 Wed, 18 Apr 2018 11:10:44 +0530 Reply to How can i add the ability to upload image using richtext in inputTextArea?

Please help me with the code as i am new in the coding and please do it earliest as it is P1 priority ticket.

Please make it sure my required is like below snapshot, were i wanted to upload my image in the richtextarea only.

1222

]]>
2080b47af1a70aea271751cd25c59b40 Harsh started the discussion How can i add the ability to upload image using richtext in inputTextArea? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/ability-to-upload-image-using-inputtextarea-richtext/ Wed, 18 Apr 2018 09:05:51 +0530 How can i add the ability to upload image using richtext in inputTextArea?

ability to upload image using inputTextArea richtext

Capture
How can I add this to the inputTextArea?

]]>
815cd61f335a54671ac28a9cfa06f8d0 Harsh replied to the discussion How to Salesforce Trigger on Event Object? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/trigger-on-event-object/#post-27589 Tue, 17 Apr 2018 12:12:29 +0530 Reply to How to Salesforce Trigger on Event Object?

On Event object their is no rich text area, so user wanted to have the rich text area, i have created the visual force page and add in the page layout of event.
I have also add the trigger on event object so when user make any changes in that visual force page than it will save in the attachment as a file text or a image jpg .
The issue… Read more

]]>
781be6729c5e8d424848dd0096ad8d5d Harsh started the discussion How to Salesforce Trigger on Event Object? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/trigger-on-event-object/ Tue, 17 Apr 2018 10:52:30 +0530 How to Salesforce Trigger on Event Object?

trigger RichTextCustomAreaEvnt on Event (after insert,after update) {
List buffer_Attac = new List();
if(Trigger.isafter && Trigger.isInsert){
for(Event objEve : Trigger.new){
if(objEve.Description_RTA__c == Null ){
break;
Read more

]]>
c5879c46acdbfa25eb9697c8ca5af784 Harsh became a registered member https://www.forcetalks.com/activity/p/67242/ Tue, 17 Apr 2018 10:47:45 +0530 0