This topic is locked
[SOLVED]

 How to modify the field via javascript in inline editing

2/9/2011 10:23:45 AM
PHPRunner General questions
E
ericholiveira author

Hello,
I have a field formatted with the drop down list. The regular edition I do custom formatting using the following code

var cliente= Runner.getControl(pageid, 'cliente');

cliente.getDispElem().css("width", "400px");


How to modify the field size in the inline editing? This field is a dropdown with option ajax popup.

In inline edition of the field is small ... I needed to increase the size of the field.

Sergey Kornilov admin 2/10/2011

Erich,
this is a bug in PHPRunner. We'll have an update in a few days that fixes this issue.

E
ericholiveira author 2/28/2011



Erich,
this is a bug in PHPRunner. We'll have an update in a few days that fixes this issue.


Helo,
The 7474 update fixed the bug for inline event?

because I could not include events at issue inline javascript