B4J Question HTMLeditor previous/next page

ThRuST

Well-Known Member
Licensed User
Longtime User
Is it possible to browse to the previous and next page in HTMLeditor? I want to add such buttons to the HTMLeditor menu node. if so how do you do it.
I alsop wornder if it's possible to visit a webpage directly, because I have to create a hyperlink by doing this

B4X:
HTMLEditor.HtmlText = "<a href='" & TextboxURL.Text & "'>Visit hyperlink</a></p>"
 

ThRuST

Well-Known Member
Licensed User
Longtime User
Hi Erel, it's because I am allready using HTMLeditor in my project to edit documentation of i.e.code snippets, so I added a textfield that allows the user to create a hyperlink in case it is useful to link to code online. This is a way to extend the default functionality of the HTLeditor control but now I realize that I did not plan for this and to implement a webview as you say might be an alternative. Documenation can be saved as clipboard strings, HTML format or code (text) through Steves05's excellent CustomView. I assume a webview overlay might be a way to create support for the HTMLeditor limited functionality.
 
Upvote 0
Top