| Method | Defined by | ||
|---|---|---|---|
|
addNewTag():void
Create editing controls for a new key/value pair, with default values.
| TagGrid | ||
|
getEntityType():String
Return the type ("node", "way", "relation") of the selected entity.
| TagGrid | ||
|
Assign a new selected Entity, and update editing controls appropriately.
| TagGrid | ||
|
removeTag():void
Remove the selected tag from the selected entity.
| TagGrid | ||
| addNewTag | () | method |
public function addNewTag():voidCreate editing controls for a new key/value pair, with default values.
| getEntityType | () | method |
public function getEntityType():StringReturn the type ("node", "way", "relation") of the selected entity.
ReturnsString |
| init | () | method |
public function init(entity:Entity):voidAssign a new selected Entity, and update editing controls appropriately.
Parametersentity:Entity |
| removeTag | () | method |
public function removeTag():voidRemove the selected tag from the selected entity.