PageRenderTime 41ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/documentation/detail/$.ui.setBackButtonText.md

https://github.com/jaydenlin/appframework
Markdown | 8 lines | 5 code | 3 blank | 0 comment | 0 complexity | a2d60ae1198f0977230adb30494e5620 MD5 | raw file
  1. $.ui.setBackButtonText(text) - This will change the back button text for the current panel.
  2. If you set $.ui.backButtonText (like this API doc does) , you can not use this function to change the back button text.
  3. ```js
  4. $.ui.setBackButtonText("Go Back");
  5. ```