CustomWebView : An extended form of Web Viewer

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)

Point 5 is quite unclear to me.
Can you elaborate that more?

2 Likes

Find in page method

Find method does the same thing.It finds specific term in page and highlights them.
These blocks are related to each other:

image

1 Like

Can you say how to make find in page?

Peter’s e-book template has an example of it:

2 Likes

@vknow360 I am converting a html form to pdf using this block

component_method

After that I am using this block

component_event

The printing works fine and the pdf document is created. But the problem is that the file is saved as null document.pdf
Is there any method to change the filename or get the file name by which the file is being saved.

Also this block
lexical_variable_get
returns false but the pdf is created.

My Blocks

1 Like

Hi @zainulhassan
Which version are you using?

1 Like

Extension Version is latest i downloaded it today

1 Like

But how to get the string??

My head ia empty

I think you are using older version.Please check that.
CreateWebView method looks like this now:
image

You can download aix from here too:

1 Like

I think I am using older version Sorry I will let you know if it works with newer version again Sorry

It’s ok.

Which string? :thinking:

2 Likes

Find method string
I need the text of whole page

Show a dialog so that user can input string which he/she wants to find.

Use Web component and make a GET request to that page and it will give HTML source in GotText event.

1 Like

@vknow360 I am getting this error

Blocks

blocks (2)

@vknow360 Thank you so much

After create webview use set webview block.

1 Like

The error is still coming

Then let @vknow360 answer…:blush: