[Layout] Line endpoint coordinate editing
Added appropriate line endpoint coordinate editing input fields
This commit is contained in:
@@ -148,6 +148,12 @@ define(
|
||||
return handles;
|
||||
};
|
||||
|
||||
// Expose endpoint coordinates for editing
|
||||
proxy.editX1 = new AccessorMutator(element,'x', proxy.checkNumeric);
|
||||
proxy.editY1 = new AccessorMutator(element,'y', proxy.checkNumeric);
|
||||
proxy.editX2 = new AccessorMutator(element,'x2', proxy.checkNumeric);
|
||||
proxy.editY2 = new AccessorMutator(element,'y2', proxy.checkNumeric);
|
||||
|
||||
return proxy;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user