modxcms / docs

7 stars 9 forks source link

[Edit Suggestion] MIGX.Using Grid Inline Editing #112

Open johnmacdonald3000 opened 8 years ago

johnmacdonald3000 commented 8 years ago

Page Title

MIGX.Using Grid Inline Editing

URL

https://rtfm.modx.com/extras/revo/migx/migx.tutorials/migx.using-grid-inline-editing

Issue or Suggestion

This works fine in the grid, but if you change the checkbox setting in the form you'll get an undefined image with the following html:

When the box is checked in the grid, you get this:"

checkbox_active

or this, if unchecked:

checkbox_inactive
johnmacdonald3000 commented 8 years ago

Didn't know html would be rendered and I can't edit my post. Changed < to [

If unchecked in form, you see this in the grid:

[img class="controlBtn undefined this.handleColumnSwitch checkbox" src="/undefined" alt="" title=""]

checked in grid:

[img class="controlBtn checkbox_active this.handleColumnSwitch checkbox" src="/assets/components/migx/style/images/cb_ticked.png" alt="checkbox_active" title="checkbox_active"]

unchecked in grid:

[img class="controlBtn checkbox_inactive this.handleColumnSwitch checkbox" src="/assets/components/migx/style/images/cb_empty.png" alt="checkbox_inactive" title="checkbox_inactive"]

Omeryl commented 8 years ago

For what it's worth, take a read at https://guides.github.com/features/mastering-markdown/ specifically the section about "Code."