Skip to content

Missing method: Ext.Component.setHhtml() in Ext.JS 6.2 aincl. and lower #11

@tomFlidr

Description

@tomFlidr

Method is missing in Sencha GPL code, it's necessary to fix it by manual generating:

...
class Component extends Ext.Base {
	...
	setHtml? (htmlOrData: string | object, loadScripts?: boolean, callback?: Function, scriptScope?: object): void;
	...
}
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions