0

http://aloha-editor.org/guides/events.html#aloha-editable-created-eventページのAloha.triggerについて質問 します。 実際の使用方法

Aloha.trigger( 'aloha-smart-content-changed', {
    'editable'          : , // object of the editable
    'keyIdentifier'     : , // char | null
    'keyCode'           : , // char | null
    'char'              : , // char | null
    'triggerType'       : , // keypress, idle, blur, paste, block-change
    'snapshotContent'   : , // snapshot content of the editable as HTML String
} );

また

Aloha.trigger( 'aloha-editable-created', [
    // jQuery object reference of an editable
] );

特に?私はenyの例を見つけることができません。Aloha.bindのみが見つかります

Aloha.bind( 'aloha-editable-created', function( jEvent, editable ) {
    console.log( 'editable "' + editable.getId() + '" created' );
});

ありがとうございました

4

1 に答える 1