Giter VIP home page Giter VIP logo

Comments (7)

prepare avatar prepare commented on June 9, 2024

@furesoft ,

Thank you for your interest.


It is easy and the HtmlRender already has that capability

but it is hidden in the code :)


If you want to do that
please visit class MyCustomCssBoxGenerator ( see https://github.com/LayoutFarm/HtmlRenderer/blob/master/Source/LayoutFarm.YourHtmlWidget/5_HtmlBox/MyCustomCssBoxGenerator.cs#L10)

and this is an extensible point. (https://github.com/LayoutFarm/HtmlRenderer/blob/master/Source/LayoutFarm.YourHtmlWidget/5_HtmlBox/MyCustomCssBoxGenerator.cs#L24)

The code demonstrates "custom control" for input tag and canvas tag
(both are implemented with PixelFarm's UI control)
you can add other tags.


from htmlrenderer.

prepare avatar prepare commented on June 9, 2024

I will show an example here.


Let's begin with

08_test3_mixhtml

Test3_MixHtml => 00.html test case


The current Acid1 test page should look like this ...

09_acid1_sample

Acid1 test page shows 2 gray boxes (input controls) after 'bang' and 'whimper'

the code that renders the 2 small boxes is here (https://github.com/LayoutFarm/HtmlRenderer/blob/master/Source/LayoutFarm.YourHtmlWidget/5_HtmlBox/MyCustomCssBoxGenerator.cs#L131)


Now, modify it with this ...

html_ext3

in red box, test it, I change bg-color to red and add 'child /sub' label with text 'R'


Run again,

html_ext2

That's it

from htmlrenderer.

prepare avatar prepare commented on June 9, 2024

Above, in this version, all controls are 'Windowless' control.

Do you want 'Window/ Native' control ?

from htmlrenderer.

prepare avatar prepare commented on June 9, 2024

If you want to add more MyCustomCssBoxGenerator or replace it

please see here:
https://github.com/LayoutFarm/HtmlRenderer/blob/master/Source/Test3_MixHtml/HtmlHostCreatorHelper.cs#L34

from htmlrenderer.

furesoft avatar furesoft commented on June 9, 2024

can i add winforms controls?

from htmlrenderer.

prepare avatar prepare commented on June 9, 2024

It is possible.
But I need some modification,
because in this version all controls are 'Windowless'.


But I'm also thinking about adding a 'Window' control too.
There are 2 ways.

  1. Direct embed the control into the host.
    => in this way the 'Windowless' object can't show on top of it.

  2. Indirect embed the control =>
    hide actual control,
    and copy Hdc of it and render into a dedicated html element object.
    and route mouse/keyboard event to the actual control.


What do you think about it?

from htmlrenderer.

furesoft avatar furesoft commented on June 9, 2024

yes thats a good idea

from htmlrenderer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.