Code Monkey home page Code Monkey logo

Comments (2)

geigerzaehler avatar geigerzaehler commented on July 18, 2024

Hi @dmorrow. Let me see if I understand you correctly: From a custom widget you want to show or hide the input of another field that is not a custom widget.

As you noted it is not possible to change the CSS of the main app from inside a widget due to sandboxing. Because of security reasons this is unlikely to change.

It would be possible to add an API for controlling the editor layout in general that allows you to hide or show fields. Right now this is out of the scope of this platform since its focus is interfacing with the entry data.

At the moment the only solution I see is the one you proposed: Using a custom widget for the fields you want to hide. As you observed this would mean reimplementing some of the basic inputs the entry editor already provides. However, we plan to make drop-in replacements of these controls available as custom widgets. What remains is the performance overhead of using custom widgets instead of native ones.

from ui-extensions-sdk.

dmorrow avatar dmorrow commented on July 18, 2024

@geigerzaehler You are correct in your understanding.
To give an example - I have a content type with boolean field. If the value of the boolean field is true then fields 2, 3 and 4 should be visible and field 5, 6, 7 should be hidden. If the value of the boolean field is false then visibility should be toggled.
There are also fields 8-15 which are not affected by the status of this boolean field, which is why this is a single content type, rather than 2 content types.

Thanks for your feedback. Unfortunately, this sounds like it will have to be a future improvement.

from ui-extensions-sdk.

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.