wi3sl / sese

1 stars 0 forks source link

RoomEditor: Implement validateInput() and inputErrors() #12

Closed thp closed 12 years ago

thp commented 13 years ago

The Editor interface has changed. Please add a proper implementation for validateInput() to RoomEditor. The function should return true if the values entered into the UI fields make sense and should allow for saving. The function should return false otherwise. The inputErrors() function should return a string (one error message per line) that can be displayed to the user and that describes the error.