언어 설정

Menu
Sites
Language
Bookmark / favourites

Can someone give me a example how to make bookmark/favourite system in the web app.. My knoweledge in javascript is not best.. 

Example I have dictionary where is the different categories and words in behind the cats and word like a "Car" and different lang conversions.. And want to button or link to add it in favourites.. 

Thanks!

Responses

4 댓글
Dominik Koleda

I am not sure if I understand you correctly.

What do you want to bookmark? What do you understand as "add to favourites"?

 

Dominik

Janrik Viljanen

So there is one page.. e.g. bookmarks.html.. And I have dictionary.. There is word like a "Dog - perro" And after that word there is a start or link when user push it it goes in the bookmarks. :)

Dominik Koleda

Well, this is Web Applications, but it doesn't mean that you have whole browser to use. It is webkit BASED, not ex. Chrome. There is no such thing as "add to favourites" button. You have to write it in you application, add button, serve it in a session, or a LocalStorage...

AVSukhov

Hello,

Web app in Tizen running outside the browser (in WRT).

Please refer to the documentation.

You can save this information anywhere: localstorage, DB, file....