Giter Club home page Giter Club logo

Comments (7)

webdevilopers avatar webdevilopers commented on August 18, 2024

You may close thie request since it can be achieved by rendering the checkbox via forminput view helper instead of formcheckbox:

<tr>
  <td class='right-label'><?php echo $this->formLabel($contract->get('show_in_oem')); ?></td>
  <td><?php echo $this->forminput($contract->get('show_in_oem')); ?></td>
</tr>

from zf2-twb-bundle.

webdevilopers avatar webdevilopers commented on August 18, 2024

I am not sure how to re-open my issue.

My last workaround to get a checkbox without label was this:

<tr>
  <td class='right-label'><?php echo $this->formLabel($contract->get('show_in_oem')); ?></td>
  <td><?php echo $this->forminput($contract->get('show_in_oem')); ?></td>
</tr>

Unfortunately this prevents the checkbox value from being set f.e. when binding an object to the form that has a value set to '1'. My hydration is correct and when I switch back to the formcheckbox helper the value is set but the label appears.

from zf2-twb-bundle.

webdevilopers avatar webdevilopers commented on August 18, 2024

Can you please check my latest post, @neilime and have look if this issue might be reopened? I see no option to do this myself.Thanks!

from zf2-twb-bundle.

webdevilopers avatar webdevilopers commented on August 18, 2024

I have seen your update on the code @neilime about the label position in issue #49 .
I will check if it fixes my issue too.

from zf2-twb-bundle.

webdevilopers avatar webdevilopers commented on August 18, 2024

Unfortunately the label position improvement #49 does not solve my problem, @neilime .

Should it be possible to use zf2-twb-bundle to generate form elements hiding / not including a label like in my featured case?

from zf2-twb-bundle.

neilime avatar neilime commented on August 18, 2024

With the last version, you can set the disable-twb option to your checkbox element. Check out the readme.

from zf2-twb-bundle.

webdevilopers avatar webdevilopers commented on August 18, 2024

Great and quick fix, @neilime . Thank you very much.

For anybody interested this is the view script code to have the label separated from the checkbox by table rows:

<tr>
    <td class='right-label'><?php echo $this->formLabel($contract->get('isWaresfilter')); ?></td>
    <td><?php echo $this->formcheckbox($contract->get('isWaresfilter')); ?></td>
</tr>

The cool thing is that the label can still be identified by the formLabel view helper allthough disable-twb was set.

Closing.

from zf2-twb-bundle.

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.