Skip to content

Title in tabs doesn't work #34

@PixelT

Description

@PixelT

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...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions