Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ISC_Forms.js misspell

$
0
0
SmartClient 9.1
2014-06-04

ISC_Forms.js has a misspelling of "canvas" in
isc.CanvasItem.setPrompt:
Code:

    setPrompt : function (prompt) {
        this.Super("setPrompt", prompt);
        if (this.applyPromptToCanvas && this.canvas) {
            if (isc.isA.Canvas(this.canavs)) this.canvas.setPrompt(prompt);
            else this.canvas.prompt = prompt;
        }
    }

Code:

if (isc.isA.Canvas(this.canavs))
this."canavs"

Thank you. The framework has been great!

Viewing all articles
Browse latest Browse all 4756

Trending Articles