blob: 6e8c1aa9a00bdaffa71d2bfb43205f6d73e5350a [file] [log] [blame]
package org.eclipse.osbp.ecview.examples
import org.eclipse.osbp.ecview.examples.*;
ideview LocaleSample {
datasource ds : String
form{
textfield input
checkbox dialogue
}
bind [LocaleSample.dialogue].value --> openDialog dialog dialogue {
type String
form {
textfield output
}
bind [LocaleSample.input].value <--> [this.output].value
}
}