Git Product home page Git Product logo

adf's People

Contributors

briangreenery avatar eoinjoyc avatar gnawhleinad avatar pjmckenna-ibm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

adf's Issues

'grid.js' directive available

I created a new angular directive which uses the ADF's slickgrid references. It creates a grid with a simple HTML call, and uses scope variables to set data, options, columns, and onRowClick references. The directive also contains container and pager directives, and adds grid message functionality, allowing the user to specify messages from when the grid is empty and when data is loading.

I can generalize some of the features so its incorporated into the ADF library. Let me know if anyone wants this directive added to the library.

<div qui-grid-container header="{{cveGridHeaderText}}" id="cvesGridContainer">
    <div id="cveGrid" qui-grid
        data="cveGrid.data"
        options="cveGrid.options"
        columns="cveGrid.columns"
        on-select="onCveGridRowSelect(e, args)"
        no-data-message="cveGrid.noDataMessage"
        is-loading="cveGrid.isLoading"              
        loading-message="cveGrid.loadingMessage">
    </div>
</div>

IPS blocks ADF content due to function names within ADFUI

A defect was raised for our product where our site failed to propagate in the SFO lab. The IPS deemed the ADF to be malicious due to references to "temui.saveToFile".

Renaming the function to "temui.saveToFile_" is noted as a fix noted in the platform defect raised for this issue.

'Refresh' button tooltip does not get translated for GVT (ng directive)

GVT team raised a defect for our product due to the refresh button tooltip not getting translated. This is caused by the angular top-navigation directive not using the resources.js localization file for the 'Refresh' tooltip.

It's a quick fix. Create a scope variable in the directive, and assign it the pre-existing "temui.l10n.refresh" value from resources.js. Then assign the scope variable to the button's "title" value.

I can check in the fix, if needed.

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.