- Main
- Home
- Page layouts
- Pad layouts
- Content elements
- Form elements
- Form wizards
- Text editors
- Pickers
-
HTML components
- Modal windows
- Select menus
- Content tabs
- Content tabs (Pills)
- Accordion and navs
- HTML buttons
- Notifications (PNotify)
- Notifications (Noty & jGrowl)
- HTML tooltips
- Inline alerts
- Pagination conventions
- Labels & badges
- Loading & progress bars
- Image popups
- Media objects
- Dynamic table of contents
- NoUI sliders
- Ion range sliders
- Session timeout
- Idle timeout
- Dynamic tree views
- Context menu
- Floating action buttons
- Image cropper
- Block UI
- Drag and drop
- Charts and graphs
- Maps integration
- JQuery UI
- File uploaders
- Event calendars
- Tables
- Animations
- Icons
- Examples
- Content types
- User management
- SAS examples
- Menu Grouping Examples
- Menu ConventionsInfo
Previous Page / Control Center Title
Ace is an embeddable code editor written in JavaScript. It matches the features and performance of native editors such as Sublime, Vim and TextMate. It can be easily embedded in any web page and JavaScript application. Ace is maintained as the primary editor for Cloud9 IDE and is the successor of the Mozilla Skywriter (Bespin) project.
Javascript mode
1
2
/**
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CSS mode
1
2
.text-layer {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
LESS mode
1
2
/* styles.less */
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Ruby mode
1
2
#!/usr/bin/ruby
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Coffee mode
1
2
#!/usr/bin/env coffee
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
HTML mode
1
2
<!-- Default panel -->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
JSON mode
1
2
{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
PHP mode
1
2
<?php
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
SASS mode
1
2
// sass ace mode;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Handlebars mode
1
2
{{!-- Ace + :-}} --}}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX