File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
scribble-doc/scribblings/scribble Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,20 @@ formatted as Racket code.}}
333
333
334
334
@defmixin[render-mixin (render<%>) ()]{
335
335
336
- Specializes a @racket[render<%>] class for generating HTML output.
336
+ @defconstructor/auto-super[([search-box? boolean? #f ])]{
337
+ Specializes a @racket[render<%>] class for generating
338
+ HTML output. The arguments are the same as
339
+ @racket[render<%>], except for the addition of
340
+ @racket[search-box].
341
+
342
+ If @racket[search-box?] is @racket[#t ] and the document
343
+ is created with @racket[scribble/manual], then it will be
344
+ rendered with a search box, similar to this page. Note
345
+ that the @racket[search-box?] argument does not create
346
+ the search page itself. Rather, it passes the search
347
+ query to whatever page is located at
348
+ @tt{search/index.html}. The query is passed as an HTTP
349
+ query string in the @tt{q} field.}
337
350
338
351
@defmethod[(set-external-tag-path [url string?]) void?]{
339
352
You can’t perform that action at this time.
0 commit comments