|
|
|
# Elementtien ID:t
|
|
|
|
|
|
|
|
### App.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id=""signOutButton
|
|
|
|
```
|
|
|
|
|
|
|
|
### Header.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="registerButton"
|
|
|
|
id="loginButton"
|
|
|
|
id="logoutButton"
|
|
|
|
id="changeLayerButton"
|
|
|
|
id="sidebarButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### LoginForm.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="loginUsernameInput"
|
|
|
|
id="loginPasswordInput"
|
|
|
|
id="submitLoginButton"
|
|
|
|
id="openRegisterFormButton"
|
|
|
|
id="loginRegisterButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### RegisterForm.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="registerUsernameInput"
|
|
|
|
id="registerPasswordInput"
|
|
|
|
id="registerPasswordVerifyInput"
|
|
|
|
id="submitRegisterButton"
|
|
|
|
id="openLoginFormButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### NewGameForm.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id='closeNewGameFormX'
|
|
|
|
id='newGameNameInput'
|
|
|
|
id='newGameDescriptionInput'
|
|
|
|
id='newGameDateStartInput'
|
|
|
|
id='newGameTimeStartInput'
|
|
|
|
id='newGameDateEndInput'
|
|
|
|
id='newGameTimeEndInput'
|
|
|
|
id='newGameCenterMap'
|
|
|
|
id='newGameSubmitButton'
|
|
|
|
```
|
|
|
|
|
|
|
|
### EditGameForm.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="editGameNameInput"
|
|
|
|
id="editGameDescriptionInput"
|
|
|
|
id="editGameDateStartInput"
|
|
|
|
id='editGameTimeStartInput'
|
|
|
|
id='editGameDateEndInput'
|
|
|
|
id='editGameTimeEndInput'
|
|
|
|
id='editGameCenterMap'
|
|
|
|
id='editGameSubmitButton'
|
|
|
|
id='editGameFactionNameInput'
|
|
|
|
id='editGameFactionPasswordInput'
|
|
|
|
id='editGameColorPickerButton'
|
|
|
|
id='editGameColorPicker'
|
|
|
|
id='editGameFactionSubmitButton'
|
|
|
|
id='editGameObjectivePointDescriptionInput'
|
|
|
|
id='editGameObjectivePointMultiplierInput'
|
|
|
|
id='editGameObjectivePointSubmitButton'
|
|
|
|
id='editGameCaptureTimeInput'
|
|
|
|
id='editGameConfirmationTimeInput'
|
|
|
|
id='editGameDeleteGameButton'
|
|
|
|
id="editGameGameSelectionButton"
|
|
|
|
id="editGameBackToGameButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### GameList.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id='changeActiveGameList'
|
|
|
|
```
|
|
|
|
|
|
|
|
### GameView.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="selectedGameButton"
|
|
|
|
id="editGameButton"
|
|
|
|
id="joinGameButton"
|
|
|
|
id="notificationsButton"
|
|
|
|
id="leaveFactionButton"
|
|
|
|
id="gameViewGameSelectionButton"
|
|
|
|
id="gameInfoButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### ImageUpload.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="imageUploadInput"
|
|
|
|
```
|
|
|
|
|
|
|
|
### JoinGameForm.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="selectFactionList"
|
|
|
|
id="factionPasswordInput"
|
|
|
|
id="joinGameSubmitButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### GameCard.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="select{gameName}"
|
|
|
|
```
|
|
|
|
|
|
|
|
### GameInfoView.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="gameInfoCenterMap"
|
|
|
|
id="closeGameInfoX"
|
|
|
|
```
|
|
|
|
|
|
|
|
### GameStateButton.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="gameStateStartButton"
|
|
|
|
id="gameStatePauseButton"
|
|
|
|
id="gameStateStopButton"
|
|
|
|
id="gameStateContinueButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### NotificationPopup.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="NotificationPopupCloseButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### NotificationView.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="notificationViewCloseButton"
|
|
|
|
id="notificationViewTypeSelect"
|
|
|
|
id="notificationViewMessageInput"
|
|
|
|
id="notificationSubmitButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### PlayerlistPlayerCard.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="playerCardRoleSelect{personName}"
|
|
|
|
id="playerCardSaveButton{personName}"
|
|
|
|
id="playerCardCancelButton{personName}"
|
|
|
|
id="playerCardEditButton{personName}
|
|
|
|
```
|
|
|
|
|
|
|
|
### PlayerlistView.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="closePlayerlistX"
|
|
|
|
```
|
|
|
|
|
|
|
|
### PlayerListButton.js
|
|
|
|
```
|
|
|
|
id="showPlayersButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### ScoreForm.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="addScoreButton"
|
|
|
|
id="scoreformSelectFaction"
|
|
|
|
id="scoreformCloseButton"
|
|
|
|
id="scoreformScoreInput"
|
|
|
|
id="scoreformAddScoreButton"
|
|
|
|
```
|
|
|
|
|
|
|
|
### TaskItem.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="taskEditButton{taskName}"
|
|
|
|
id="taskWinnerSelect{taskName}"
|
|
|
|
id="taskDeleteButton{taskName}"
|
|
|
|
id="taskSaveButton{taskName}"
|
|
|
|
```
|
|
|
|
|
|
|
|
### TaskListButton.js
|
|
|
|
|
|
|
|
```
|
|
|
|
id="tasklistButton"
|
|
|
|
``` |