ArthurHub / HTML-Renderer

Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.
https://htmlrenderer.codeplex.com/
BSD 3-Clause "New" or "Revised" License
1.26k stars 527 forks source link

Input text field #191

Open ArunPatal opened 2 years ago

ArunPatal commented 2 years ago

Hi, is it possible to add input text field to get user input? If not, how can I implement it?

xtuzy commented 2 years ago

create a richtexteditor is very difficult, need consider many detail, advice use webview to edit, use this library to show

iEricZHENG commented 2 years ago

来信已收到,谢谢。郑承良。

codlin commented 11 months ago

Hi, is it possible to add input text field to get user input? If not, how can I implement it?

I also need this, when I double click text paragraph, it will change to a input text field or a richetexteditor. But I down know how to implement it.