Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Need for html text as value in form #945

Closed
@kurteknikk

Description

@kurteknikk

Need support for something like this:

Readonly Text
This text in a form is readonly

The automatic align is based on input elements which is logical because a form expects input elements but in those special cases were we want to display non editable fields like "readonly fields" i like to show them as static html text (most probably they need to be in a span to make sure its styles well or else what's after the label should all be aligned to the right since it will be part of the "value".

I'm not sure if this is good logic as per the "rules" being observed within jquery mobile...

Activity

kurteknikk

kurteknikk commented on Feb 1, 2011

@kurteknikk
Author

Examples are better then words, have a look at this simple demo:
http://kurteknikk.dyndns.ws/test/page2.html

I expect that "Device Value" will be aligned with the textbox and not on the label side.

toddparker

toddparker commented on Mar 14, 2011

@toddparker
Contributor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @toddparker@kurteknikk

        Issue actions

          Need for html text as value in form · Issue #945 · jquery-archive/jquery-mobile