oguzakkaya
New Creator

Using WYSIWYG in NextPanel

Hi,

When I try to use WYSIWYG in a NexPanel, the input does not get WysiwygParams values in newly created list items;

 

 

  while (Input.NextPanel("sections", displayName: "Sections"))
  {
    WysiwygParams wParams = new WysiwygParams();
    wParams.AddLinkGroup();
    wParams.ImageFolder = "/_Assets/images/";
    wParams.DesignEditTabs = true;
    wParams.AddButton(FeatureType.upload);     
    Input.ShowWysiwyg("Content", "content", wParams);   
  }

 

 

 wysiwyg_issue_pn_nextpanel.jpg

Did I miss something? Or is there anything I need to change?
Thanks

0 Kudos
1 Reply
DavidGreenberg
Crownpeak Employee

Good question. That is an issue that has been identified and is currently in our backlog to be resolved.

Currently, as a workaround, after adding the WYSIWYG to the list save the asset and refresh the form. This will add the missing options to the WYSIWYG as normal.

Thank you,
David

--


David Greenberg
Customer Support Engineer

## If I’ve helped, accept this response as a solution so that other’s can find is more quickly in the future.
## Have thoughts on Crownpeak products? We'd love to hear them. Speak with the Crownpeak Product Team..