2015-01-23 13:09:30 +00:00
|
|
|
|
2016-09-26 09:28:47 +00:00
|
|
|
Hedera.Links = new Class
|
2015-01-23 13:09:30 +00:00
|
|
|
({
|
2016-09-26 09:28:47 +00:00
|
|
|
Extends: Hedera.Form
|
2015-01-23 13:09:30 +00:00
|
|
|
|
2015-12-02 17:26:58 +00:00
|
|
|
,repeaterFunc: function (res, form)
|
2015-01-23 13:09:30 +00:00
|
|
|
{
|
2015-12-02 17:26:58 +00:00
|
|
|
res.$('link').href = form.get ('link');
|
2015-01-23 13:09:30 +00:00
|
|
|
}
|
|
|
|
});
|
|
|
|
|