Greetings All,
I have many questions to Consult your (I am using PHP Runner 6.1(build12662) )
1.How to use the Enter key instead of Tab,this code what i use javascript onload event,but not work,
function fund() {
$(document).keyup(function(e) {
switch(e.keyCode)
{
case 13:
$("#saveButton1").trigger('click');
break;
case 27:
$("#cancelButton1").trigger('click');
break;
case 38:
$("#nextButton1").trigger('click');
break;
case 40:
$("#prevButton1").trigger('click');
break;
}
});
};
2.How to resize a column on the List Page,I use right-click on this column in Visual Editor, choose 'Cell properties', set width to 20px or 10px or 1px and use Table Properties Cell Spacing set to 1 Still too big
3.I use the Visual Editor for custom changes in the layout.changes Part of the contents of the field header moves up,but this data is No content (move up field)
4. I've a master-detail table with inlide add/edit for detail.
I would like to add data when a detail line is added or edited and when the line is saved...
Like detail (Annex Figure) any results.
My link
please let me know or help me in any possible way
Thanks to anyone who could give me a hand!