| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
| <meta charset="utf-8"> |
| <title>Keyword Documentation - Robot Framework Hub</title> |
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
| <link href="/static/css/bootstrap.min.css" rel="stylesheet" media="screen"> |
|
|
|
|
| <script type="text/javascript" src="/static/js/jquery.min.js"></script> |
| <script src="/static/js/bootstrap.min.js"></script> |
|
|
|
|
| <link href="" type="text/css" rel="stylesheet"> |
| |
| |
| |
| |
| <style type="text/css"> |
| body, html { |
| margin: 0; |
| padding-top: 60px; |
| overflow: hidden; |
| height:100%; |
| } |
|
|
| #left { |
| position: absolute; |
| top: 60px; |
| bottom: 0; |
| height:90%; |
| width: 20%; |
| overflow-y: scroll; |
| } |
| |
| #fullpage { |
| position: absolute; |
| top: 60px; |
| bottom: 0; |
| right: 0; |
| overflow-y: scroll; |
| height:90%; |
| width: 100%; |
| } |
|
|
| #right { |
| position: absolute; |
| top: 60px; |
| bottom: 0; |
| right: 0; |
| overflow-y: scroll; |
| height:90%; |
| width: 80%; |
| } |
|
|
| table.padded-table { |
| margin-left: 10px; |
| } |
| table td { |
| padding-left: 10px; |
| padding-right: 10px; |
| } |
| table th { |
| padding-left: 10px; |
| } |
|
|
| </style> |
| </head> |
| |
| <body> |
| <nav id="navbar" class="navbar navbar-default navbar-inverse navbar-fixed-top" |
| role="navigation"> |
| <div class="navbar-header"> |
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> |
| <span class="sr-only">Toggle navigation</span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| </button> |
| <a class="navbar-brand" href="/dashboard/">Robot Framework Hub</a> |
| </div> |
|
|
| |
| <div class="collapse navbar-collapse" id="navbarCollapse"> |
| <ul class="nav navbar-nav"> |
| |
| |
| </ul> |
| |
| |
| <div class="col-sm-4 col-md-4 pull-right"> |
| <form class="navbar-form" role="search" action="/doc/keywords"> |
| <div class="input-group"> |
| <input type="text" class="form-control" |
| placeholder="Search all keywords" name="pattern" id="pattern"> |
| <div class="input-group-btn"> |
| <button class="btn btn-default" type="submit"> |
| <i class="glyphicon glyphicon-search"></i></button> |
| </div> |
| </div> |
| </form> |
| </div> |
| </div> |
| |
| </nav> |
| <div> |
|
|
| |
| <div class="well" id="fullpage"> |
| <h1>Search results</h1> |
| <p>Searching for 'json' found 1 keywords</p> |
| <table class="table-striped table-hover" border=0 width=100%> |
| <tr><th>Library/Resource</th><th>Keyword Name</th><th>Synopsis</th></tr> |
| |
| <tr> |
| <td>RequestsLibrary</td> |
| <td><a href="/doc/keywords/RequestsLibrary/To%20Json/">To Json</a></td> |
| |
| <td valign="top">Convert a string to a JSON object</td> |
| |
| </tr> |
| |
| </table> |
| </div> |
|
|
|
|
| </div> |
| </body> |
| </html> |