Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Как получить значение атрибута? #205

Open
chestozo opened this issue Aug 26, 2013 · 7 comments
Open

Как получить значение атрибута? #205

chestozo opened this issue Aug 26, 2013 · 7 comments

Comments

@chestozo
Copy link
Contributor

Хочется такое:

func mixNanoblock(blockName) {
  if @data-nb {
    @data-nb += blockName
  } else {
    @data-nb = blockName
  }
}

Чтобы потом можно было сделать так:

<div>
  mixNanoblock("expandable")
  mixNanoblock("editable")
</div>

Сейчас ведь так нельзя?

@pasaran
Copy link
Owner

pasaran commented Aug 26, 2013

А зачем так сложно? Сделай просто

@data-nb += "{ blockName } "

и все.

@chestozo
Copy link
Contributor Author

Ммм, там есть пробел и из-за него сейчас всё падает.
Я хочу контролировать пробелы.

@pasaran
Copy link
Owner

pasaran commented Aug 26, 2013

Ну надо починить, чтобы не падало )
Надо всего-лишь делать trim() значению data-nb.

В общем нет, сейчас нет того, что ты написал.

@chestozo
Copy link
Contributor Author

То, как работают наноблоки тут вторично.
Первично: хочется полностью контролировать значение атрибута.
Для этого хочется иметь возможность получить текущее значение.

@pasaran
Copy link
Owner

pasaran commented Aug 26, 2013

Ну, когда-нибудь сделаю, да.
Но не в ближайший месяц.

@chestozo
Copy link
Contributor Author

Подумал тут, что в xsl тоже нельзя получить текущее значение атрибута.
Но было бы круто, если бы в yate было можно )

@pasaran
Copy link
Owner

pasaran commented Aug 26, 2013

Ну это не xsl, так что точно можно.
Надо только сделать, а я в отпуск с пятницы.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants