-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
I paste to wordpress the codegroup code from the example in plugin description:
[codegroup]
[js tab="Javascript Message"]
window.addEvent('domready', function(){
// display string on console
console.info('Hello Enlighter');
// show element
$('#myelement').show();
});
[/js]
[html]
<div id="myelement">
INITIALIZATION START
</div>
[/html]
[css tab="Styling"]
#myelement{
color: #cc2222;
padding: 15px;
font-size: 20px;
text-align: center;
}
[/css]
[/codegroup]
Instead of defined tab title, I have language name in title...