dm_html_script Function

public pure function dm_html_script(source) result(html)

Returns <script> element with URL source to JavaScript file. The source will be encoded.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: source

URL to JS script.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_script~~CallsGraph proc~dm_html_script dm_html_script proc~dm_html_encode dm_html_encode proc~dm_html_script->proc~dm_html_encode