FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ClearScript/docs/Reference/search.html at master · csharpbuilder/ClearScript · GitHub
csharpbuilder
/
ClearScript
Public
forked from
ClearFoundry/ClearScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ClearScript
/
docs
/
Reference
/
search.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (35 loc) · 1.16 KB
Breadcrumbs
ClearScript
/
docs
/
Reference
/
search.html
Copy path
File metadata and controls
35 lines (35 loc) · 1.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<!DOCTYPE html
>
<
html
>
<
head
>
<
title
>
ClearScript Library - Search
</
title
>
<
link
rel
="
stylesheet
"
type
="
text/css
"
href
="
styles/branding.css
"
/>
<
link
rel
="
stylesheet
"
type
="
text/css
"
href
="
styles/branding-Website.css
"
/>
<
script
type
="
text/javascript
"
src
="
scripts/jquery-3.5.1.min.js
"
>
</
script
>
<
script
type
="
text/javascript
"
src
="
scripts/branding.js
"
>
</
script
>
<
script
type
="
text/javascript
"
src
="
scripts/branding-Website.js
"
>
</
script
>
</
head
>
<
body
onload
="
OnSearchPageLoad();
"
>
<
div
id
="
PageHeader
"
class
="
pageHeader
"
>
ClearScript Library - Search
</
div
>
<
div
class
="
pageBody
"
>
<
div
class
="
searchContainer
"
>
<
div
style
="
float: left;
"
>
<
form
id
="
SearchForm
"
method
="
get
"
action
="
#
"
onsubmit
="
PerformSearch(); return false;
"
>
<
input
id
="
txtSearchText
"
type
="
text
"
maxlength
="
200
"
/>
<
button
id
="
HeaderSearchButton
"
type
="
submit
"
class
="
header-search-button
"
>
</
button
>
</
form
>
</
div
>
<
input
type
="
checkbox
"
id
="
chkSortByTitle
"
onclick
="
PerformSearch();
"
/>
Sort by title
<
br
/>
<
br
/>
<
div
id
="
searchResults
"
>
</
div
>
<
p
>
<
a
href
="
html/R_Project_Reference.htm
"
>
Back
</
a
>
</
p
>
</
div
>
</
div
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL