In_place_editor_field and ok_button

When using the in_place_editor_field function, I cant ue the option to
remove the ok_button or cancel link.

I have look around and couldnt find anything…

i have tried many code combos and luck luck. anyone has managed to
remove that darn OK button?

Thanks!

I don’t know if this will actually work, I’ve only used
in_place_editor_field once, but have you tried hiding it through the
css?

form.inplaceeditor-form input[type=“submit”]
display: none;
}

Worth a try…

Hi,

your idea kinda work but its more a workaround than anything else (but
THANKS!). How can I select the ‘cancel’ link? I have tried the selector
cancel, a, a href and nothing worked…

Thanks again.

I am still looking for someone to explain the use of the
command too!

idleFingers wrote:

I don’t know if this will actually work, I’ve only used
in_place_editor_field once, but have you tried hiding it through the
css?

form.inplaceeditor-form input[type=“submit”]
display: none;
}

Worth a try…

Other than the CSS hack, anyone has a solution? I cant count how many
hours I have spent on this and I cant believe that I am the first person
to tried it!

I believe attribute selectors aren’t recognised in MS IE 6.0,
therefore the style won’t be applied.

Regards,
Serdar