-
This commit is contained in:
2
info.rkt
2
info.rkt
@@ -1,7 +1,7 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define pkg-authors '(hnmdijkema))
|
(define pkg-authors '(hnmdijkema))
|
||||||
(define version "0.2.12")
|
(define version "0.2.13")
|
||||||
(define license 'MIT)
|
(define license 'MIT)
|
||||||
(define collection "web-racket")
|
(define collection "web-racket")
|
||||||
(define pkg-desc "web-racket - A Web Based GUI library, based on webui-wire")
|
(define pkg-desc "web-racket - A Web Based GUI library, based on webui-wire")
|
||||||
|
|||||||
@@ -825,7 +825,7 @@
|
|||||||
(def-cmd ww-set-inner-html
|
(def-cmd ww-set-inner-html
|
||||||
set-inner-html ((win-id ww-win?)
|
set-inner-html ((win-id ww-win?)
|
||||||
(element-id symbol-or-string?)
|
(element-id symbol-or-string?)
|
||||||
(html-of-file html-or-file?)) () -> void)
|
(html-of-file html-or-file?)) () -> number)
|
||||||
|
|
||||||
|
|
||||||
;; Het the inner html of an id of the HTML in the window
|
;; Het the inner html of an id of the HTML in the window
|
||||||
|
|||||||
Reference in New Issue
Block a user