M
matman
Guest
I took the HTML of an inline editable field: td class="rbs_leftDataCol" id="rbi_F_web01_box" onmouseover="rbf_inline(true, 'web01_box');" onmouseout="rbf_inline(false, 'web01_box');" table border="0" cellpadding="0" cellspacing="0" tbody tr height="16" td img src="https://www.rollbase.com/prod1/images/notchecked.png" border="0" height="16" width="17" /td td valign="top" img style='margin-top:-4px;cursor
ointer;' id='rbi_I_web01_box' src='../images/pencil_no.gif' onclick='return rbf_start(109548444, '109551234', 'web01_box', 'web01_box');' align='absmiddle' height='12' width='14' /td /tr /tbody /table /td And changed it so it would match the HTML of a non-inline editable field: td class="rbs_leftDataCol" id="rbi_F_web01_email" onmouseover="rbf_inline(true, 'web01_email');" onmouseout="rbf_inline(false, 'web01_email');" table border="0" cellpadding="0" cellspacing="0" tbody tr height="16" td img src="https://www.rollbase.com/prod1/images/notchecked.png" border="0" height="16" width="17" /td td valign="top" img style='margin-top:-4px;cursor
ointer;' id='rbi_I_web01_email' src='../images/pencil_no.gif' onclick='return rbf_start(109548444, '109551234', 'web01_email', 'web01_email');' align='absmiddle' height='12' width='14' /td /tr /tbody /table /td And now it's possible to inline-edit a field that's not-inline editable. The same trick isn't possible with read-only fields on the Edit page though.
Continue reading...
Continue reading...