Seite 1 von 1
Combobox Profilfield
Verfasst: 08.04.2015 12:19
von lj_schmitt
Hallo, gibt es irgendwie die Möglichkeit ein Combobox Profilfeld zu erstellen?
Also keine einzelne Dropdownliste sondern Textfeld+dropdown=Combobox???
Wenn ja wie bring ich das ins Profil?
Re: Combobox Profilfield
Verfasst: 19.04.2015 12:54
von lj_schmitt
kann mir da niemand helfen!? hab alles probiert, in den profilfelder sperrt ihr mir aber java aus...
Code: Alles auswählen
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script>
$(function() {
var availableTags = [
"ActionScript",
"AppleScript",
"Asp",
"BASIC",
"C",
"C++",
"Clojure",
"COBOL",
"ColdFusion",
"Erlang",
"Fortran",
"Groovy",
"Haskell",
"Java",
"JavaScript",
"Lisp",
"Perl",
"PHP",
"Python",
"Ruby",
"Scala",
"Scheme"
];
$( " #pf_test_textfeld " ).autocomplete({
source: availableTags
});
});
</script>
Dieser code soll in die Profiltextfelder. wie bekomm ich die rein??? Er steht in der richtigen Overall_header.html und wird auch im quelltext angezeigt! als reine html funktioniert er!???
Bitte brauche dringend hilfe