====== buttonToPage() ====== ''string **buttonToPage**(string //page//, [mixed //annotation//, mixed //placeholder//, mixed //CSS-class//])'' With this function you can create buttons to navigate within the questionaire. The function returns the HTML-code of the button and saves it (optinal) in a placeholder, e.g. to use it in the [[:en:create:layout|Layout]]. * //page//\\ questionaire ID to which one leaps by clicking the button. * <[[:en:glossary#seitenkennung|Page IDs]]> -- Leap to a specific page. * '''end''' -- leap to the last page (end of the survey) * //annotation//\\ The annotation of the button (text or HTML-code). If no annotation is added, the button will use the note of the page or the page ID. * -- annotation independent of the language version * -- annotation depending on language version. The label of the language version (e.g. ''"ger"'' or ''"eng"'') can be used as a key of the array, with the annotation as the actual value of the array. * //placeholder//\\ If the third parameter is given a placeholder or ''true'', the button will be valid for the whole questionaire, otherwise just for the current page. * <[[:en:create:placeholders#regeln_fuer_benutzerdefinierte_platzhalter|placeholder]]> -- The HTML-code of the button will be saved in the denoted placeholder and can be used e.g. in the layout. * ''true'' -- The button is valid for the whole questionnaire but has to be integrated manually. * ''null'' or ''false'' -- The button is just valid on the current page of the questionnaire. * //CSS-class//\\ The ''