Toggle navigation
Wialon Playground
Add library
jQuery latest
Bootstrap 3.3.1
Wialon Javascript SDK
Run
Get code
Fork
Save
Examples
Login
Get units
Change unit icon
Get messages
Get sensors
Edit sensors
Commands
Monitoring notification
Track layer
Get resources
Resources and accounts
Account parameters
Do payment
Management Driver
Create notification
Get geofences
Geofence parameters
Create geofence
Gurtam map
Units on map
Unit trace
Create report template
Execute report
Execute custom report
Create driver
Bind driver to unit
Unit edit fields
Import fillings
Token login for site
Advanced authorization form
Token usage in app
Account hierarchy
Nearest units
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Wialon Playground</title> </head> <body> <div class="panel header"><span class="remark">Header block.</span> Some monitoring company.</div> <div class="panel left"><span class="remark">Left block</span></div> <div class="panel content"><span class="remark">Content block.</span><br /> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> <div class="panel right"><span class="remark">Right block</span><br /> <!-- paste this to your company's site --> <iframe name="simple_form" src="//hosting.wialon.com/login_simple.html?cms_url=http://cms.wialon.com&cms_title=CMS&lite_url=http://lite.wialon.com&mobile_url=http://m.wialon.com&demo_title=Demo login&demo_url=http://hosting.wialon.com/?token=5dce19710a5e26ab8b7b8986cb3c49e54E9D73F9D2D2C1A4808D6F032006CE3267346C30&title=Monitoring&lang=en" scrolling="no" style="width: 230px; height: 290px; border: 0; margin: 10px;"></iframe> <!-- paste this to your company's site --> </div> <div class="panel footer"><span class="remark">Footer block</span></div> </body> </html>
HTML
.panel { position: absolute; border: 1px solid #76BBFF; padding: 5px; box-sizing: border-box; } .header { left: 0; top: 0; height: 40px; right: 0; background: #CAECF7; } .footer { left: 0; bottom: 0; height: 40px; right: 0; background: #CAECF7; } .left { left: 0; top: 41px; bottom: 41px; width: 120px; background: #A7E2FF; } .right { right: 0; top: 41px; bottom: 41px; width: 280px; background: #A7E2FF; } .content { left: 121px; top: 41px; bottom: 41px; right: 281px; background: #D6F1FF; overflow: hidden; text-align: justify; text-overflow: ellipsis; } .remark { font-size: 10px; font-style: italic; color: #666; }
CSS
JS
Result
Source code of example
Close ✕
×
Source code