- Change login action prefix.

- Hide/Display buttons based on the selected items.
This commit is contained in:
Paulo Gustavo Veiga
2012-05-13 18:28:00 -03:00
parent df4100cbc4
commit 0e83d56b94
5 changed files with 66 additions and 30 deletions

View File

@@ -79,7 +79,7 @@ mindplot.widget.LinkEditor = new Class({
placeholder: 'http://www.example.com/',
type:'url',
required:true,
autofocus:''
autofocus:'autofocus'
});
if (model.getValue() != null)
input.value = model.getValue();