[Layout] Line endpoint coordinate editing
Added appropriate line endpoint coordinate editing input fields
This commit is contained in:
committed by
Aaron Doubek-Kraft
parent
2e6fcec1c3
commit
54e07ccfdd
@@ -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