Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
WebDev
epic-journey-display
Commits
8e45b9c2
Commit
8e45b9c2
authored
Dec 01, 2019
by
Porter Libby
Browse files
update doc
parent
53874096
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8e45b9c2
...
...
@@ -21,6 +21,23 @@ var dictionary = {
}
```
## Elements with keys
In order to interact with the dictionary, the elements must have a specific form:
```
<div class="[CIRCLE OR SQUARE] [GRID LOCATION]" onclick='openDetails([KEY], this)'>
<span class='box-header'>[TITLE]</span></br>
<span class='box-prompt'></span>
</div>
```
Here is a complete example of this form:
```
<div class="circle div8" onclick='openDetails("career_community", this)'>
<span class='box-header'>Career Community</span></br>
<span class='box-prompt'></span>
</div>
```
## Contributors
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment