Sha256: 09ed9879a823453a8cdcab37294d1c1b8f0973c4c1a41cf91745e81fd565cd23
Contents?: true
Size: 703 Bytes
Versions: 1
Compression:
Stored size: 703 Bytes
Contents
<!-- implements `<search-results-container>` for hobo-rapid with `<dialog-box>` --> <def tag="search-results-container" attrs="title"> <dialog-box position="center" width="&600" height="&800" id="search-results-box" title="&title" param="default" autoOpen="&true"> <search-results/> </dialog-box> </def> <!-- use jQuery-UI for date inputs. To switch back to vanilla Rails (`<select-date>`) add to your application.dryml: <def tag="input" for="Date"> <date-select merge/> </def> --> <def tag="input" for="Date"> <datepicker dateFormat="yy-mm-dd" merge /> </def> <!-- alias `<name-one>` to `<name-one-jquery-ui>` --> <def tag="name-one"> <name-one-jquery-ui merge/> </def>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hobo_jquery_ui-2.0.0.pre7 | taglibs/overrides.dryml |