Highlighting certain HTML elements using Qt web viewer - qt

I'm working on Qt. I have an application in which a web page appears. Is there any way that on the website comes out, you can put a filter or image that can highlight, for example, only the buttons that appear on the website?
Thank you very much and greetings.

Related

SharePoint Client web part iframe

I am trying to make a simple add-in to sharepoint online with some pictures.
But all the pictures is not showing beacuse the iframe is defualt set to 300x200px in sharepoint and i canr acces it from visualstudio, but i can change the height in the browser window to get it to work. So is there a way with CODE and not in the edit webpart page that can change the size of the "box" the content is in?
this is how it looks now.
this is how i want it to look.

KendoUI Embedded External Links

I am using Telerik's KendoUI framework for an HTML5/JS mobile app. When I have views I want to link to inside my app, I do a standard link such as Link which is of course as basic as it gets. The question I have is whether there is a way to make that path an external link, but have the page load inside the content area of the app (such as in an iFrame)? I'm not finding any examples of that online and when I make the link external, my whole app disappears if you click it. The end goal is keeping the link's site content (already mobile friendly) in between the header/footer of my app so they can still navigate it.
Thoughts?
After working through Telerik support, this wasn't natively possible with their framework. I ended up doing a Kendo view and utilized the data-init option to dynamically build an <iframe /> via jQuery and put the link in there so it loaded appropriately. Some might say that's a security concern, however in our case the link is something we put in for them so it's something that will always be trusted.

How to Take screenShot or image of web page part

I Am working on facebook application.
Now I want to add a feature That user can post Image of application.
I have done everything earlier means i have code for posting and for application.
But I am not able to take image of that application.
Application is working on within the IFame in facebook.
So may main concern to get Image that html page that is showing in Iframe.
I have tried out lot of code snippet Nothing is working for me.
Please suggest me that how can i take image of any specific part of web page.
Thanks
You could try wkhtmltoimage, which looks like it has some Windows support. Once its installed, you just run wkhtmltoimage http://www.site.com site.screenshot.png.

how can I create "Sliding Page" effect in asp.net web Application?

Looking to implement a solution on a web application but don't know if it is possible. If clicked the menu would take you to the full page with slide(Left to right / right to left). slide looks like iPhone Application.
Doe's anyone know of a solution to this problem?
You can use the built in JQuery effect Slide:
http://docs.jquery.com/UI/Effects/Slide
You can then slide in a panel which is preloaded or loaded through Ajax.

jQuery LightBox( SlimBox): How to populate an ASPX file inside it?

I am having an ASPX page and i m trying to using jQuery light box(slimbox).I am able to invoke the Lightbox.Now i want to show the content of another page in this lightbox.Ex : I have a data entry form for user registration(signup.aspx).I want to show this when user clicks on the link (which is now showing image in the light box) .Is this possible, If Yes, Willl the evenet handlers work for that ASP page ? ie ;When user enter the data and clicks on the Button,Will it fire a Server side event ?
Thanks in advance
Slimbox is only for image content. See the FAQ. You'll need to make some changes for it to work with an ASPX page.
Quoting from the FAQ:
Is Slimbox able to display Flash
content (like videos), iFrames or
other content?
No, Slimbox has been designed from the
ground up to display images only, to
be simple and to have the smallest
code. However, some people have
created Slimbox derivatives that
implement these features. Because it's
open source, you are free to modify
the code to fit your needs, as long as
you respect the terms of the licence
and keep the credits.
I haven't used slimbox but if it supports iframe then you should be able to do anything within the box as you can on a regular page.
I don't think SlimBox supports that. There are plenty of other ways to do it. For example using FaceBox: https://github.com/defunkt/facebox

Resources