-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathframeworks.html
More file actions
35 lines (35 loc) · 1.17 KB
/
frameworks.html
File metadata and controls
35 lines (35 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<ul>
<li>
<label for="framework-selector">Framework:</label>
<div class="fieldgroup">
<select name="framework-selector" id="framework-selector">
<option value="platform.linkedin.com/in.js" selected>Production</option>
<option value="custom">--Custom Framework--</option>
</select>
</div>
</li>
<li class="framework-custom">
<label for="framework-url-custom">Framework URL:</label>
<div class="fieldgroup">
<input type="text" id="framework-url-custom" name="framework-url-custom" />
</div>
</li>
<li class="framework-custom">
<label for="api-key">API Key:</label>
<div class="fieldgroup">
<input type="text" id="api-key" name="api-key" />
</div>
</li>
<li>
<label for="api-options">Parameters:</label>
<div class="fieldgroup">
<textarea id="api-options" name="api-options" class="more" wrap="off"></textarea>
</div>
</li>
<li>
<label for="include-buttons" class="inline">Session Buttons:</label>
<div class="fieldgroup checkbox">
<input type="checkbox" id="include-buttons" name="include-buttons" title="include Login/Logout buttons" checked/>
</div>
</li>
</ul>