Giter Site home page Giter Site logo

Comments (6)

ERS-Long avatar ERS-Long commented on June 19, 2024

PrintPlus is also working. Minor issue is the pan map is not working.

https://github.com/USEPA/Public_Web_AppBuilder/tree/master/widgets/PrintPlus

The only issue with this one is it is showing the print plus outline by default. I could not figure out how to change that. If I go into the file config.json in that widget to change

"showLayout": true, to
"showLayout": false,

Then it will not show the outline anymore.

I dont know if that is the bug in that widget or something i could missed.

        PrintPlus: {
            include: true,
            id: 'PrintPlus',
            type: 'titlePane',
            position: 19,
            title: 'PrintPlus',
            open: false,
            path: 'jimu/BaseWidgetPanel',
            options: {
                widgetManager: true,
                config: {
                    widgets: [
                        {
                            id: 'WABPrintPlus',
                            uri: 'widgets/PrintPlus/Widget'
                        }
                    ]
                }
            }
        },                        

from cmv-wab-widgets.

ERS-Long avatar ERS-Long commented on June 19, 2024

elpaso is also working with no change needed

https://github.com/USEPA/Public_Web_AppBuilder/tree/master/widgets/elpaso

        elpaso: {
            include: true,
            id: 'elpaso',
            type: 'titlePane',
            position: 20,
            title: 'elpaso',
            open: false,
            path: 'jimu/BaseWidgetPanel',
            options: {
                widgetManager: true,
                config: {
                    widgets: [
                        {
                            id: 'WABelpaso',
                            uri: 'widgets/elpaso/Widget'
                        }
                    ]
                }
            }
        },          

from cmv-wab-widgets.

tmcgee avatar tmcgee commented on June 19, 2024

Nice!

from cmv-wab-widgets.

ERS-Long avatar ERS-Long commented on June 19, 2024

Another one is working out of the box -- ERG

https://github.com/Esri/solutions-webappbuilder-widgets/tree/master/ERG

        ERG: {
            include: true,
            id: 'ERG',
            type: 'titlePane',
            position: 11,
            title: 'ERG',
            canFloat: true,
            resizable: true, // This widget is resizable when floating
            open: false,
            path: 'jimu/BaseWidgetPanel', // Note the path
            options: {
                // use the WAB WidgetManager (required)
                widgetManager: true,

                // This widget requires some height to work properly
                style: 'height:680px;',

                config: {
                    widgets: [
                        {
                            id: 'ERGWABWidget',
                            uri: 'widgets/ERG/Widget'  // Note the path
                        }
                    ]
                }
            }
        }, 

from cmv-wab-widgets.

tmcgee avatar tmcgee commented on June 19, 2024

The list may be shorter if we identify which widgets DON'T work. :)

from cmv-wab-widgets.

ERS-Long avatar ERS-Long commented on June 19, 2024

that is right! The reason i tested all those is because I need to use them pretty soon. :)

This is really really cool feature. I cannot express enough!!

from cmv-wab-widgets.

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.