function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NapsterNapster 

How to make a basic modal box

Hi Friends, 

I need a little help. I have a VF page which shows a list of records in edit mode in a table. One of the columns in the table is called comments and has a <apex:inputtext> field which accepts text. 

The requirement is that, when the user clicks on the input text box, a modal box with a bigger input text box pops up. User inputs text in the modal box and presses ok. At that point, the text should automatically get pasted into the original text box. 

Could you please help me with this. Thanks. 
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi,

How To Create Responsive Modal Box In Lightning Component.
Please refer the below link for reference. Hope it will be helpful.

Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.

Thanks
Rahul Kumar