mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Developer documentation improvements
* Fixed up all of util and added when absent * Updated widget examples to new coding style
This commit is contained in:
committed by
Qingping Hou
parent
69b826781a
commit
e9df73f6dc
@@ -3,8 +3,8 @@ Widget for taking user input.
|
||||
|
||||
Example:
|
||||
|
||||
local _ = require("gettext")
|
||||
local UIManager = require("ui/uimanager")
|
||||
local _ = require("gettext")
|
||||
local sample_input
|
||||
sample_input = InputDialog:new{
|
||||
title = _("Dialog title"),
|
||||
|
||||
Reference in New Issue
Block a user