Coder Social home page Coder Social logo

Comments (3)

mkirsten avatar mkirsten commented on May 16, 2024

Not sure, but couldn't you just use labels with that text? E.g., with https://github.com/joshfire/jsonform/wiki#the-tpldata-property

from jsonform.

steowens avatar steowens commented on May 16, 2024

What I ended up doing is setting the htmlClass and for setting things that are not controlled by the CSS I do something like this:

$('form').jsonForm(jsonaryEnvelope);
$('.readOnly input').prop("readonly", true);
$('.longTextInput .controls input').prop("size", 90);

But it is a bit of a hack since there does not seem to be a great deal of consistency in the tag tree beneath the div tag to which the htmlClass gets applied. As you can see above the input may be a direct child. OR it might be a child of a <div class="conrols"> which is a child of the div to which the htmlClass gets applied.

It would be far more elegant if we could instruct JSON form to update these properties since it is what is actually cognizant of the structure of the forms that it creates.

from jsonform.

tidoust avatar tidoust commented on May 16, 2024

Hi @StephenOwens-dcat ,

JSON Form now supports the readonly property (see #32). Setting this flag in the description of the field sets the readonly attribute of the input field and adds a jsonform-readonly class to the field's container <div> so that you may enhance styles if you so wish.

Hope this addresses your use case. Reopen the issue if not.

from jsonform.

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.