![]() |
Quellcode |
1 |
width:300px;!important |
![]() |
Quellcode |
1 |
includes/jquery/jquery.frontend.js |
![]() |
Quellcode |
1 2 |
$('div.buildFrontendBox input.fullForm.formular').css('width', inputWidth + 'px'); $('div.buildFrontendBox textarea.fullForm.textarea').css('width', inputWidth + 'px'); |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »DAsteph« (27. Juni 2014, 18:32)
![]() |
Quellcode |
1 |
<?php mytemplate_dir(); ?> |
Zitat
Ausserdem kannst du in den Head noch zusätzlich Ausgaben einbauen übers
Backend
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 |
<head> <?php page_header(); ?> <?php showModulMETAContent(); ?> <!-- Module CSS --> <link rel="stylesheet" type="text/css" href="<?php page_dir(); ?>/includes/module/formbuilder/css/frontend.css" media="screen" /> </head> |
![]() |
Quellcode |
1 |
<?php mytemplate_dir(); ?> |
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php /* TEMPLATE [Last Update] 25.06.2014 Autor: Stephan Glast http://www.meine-domain.de> Copyright (c) 2014 */ $template_name = "mustertemplate"; $template_info = "2spaltiges Template mit DropDownMenu"; $template_author = "Stephan Glas"; $template_version = "1.0.0"; ?> |
![]() |
Quellcode |
1 |
background: url('../images/back.jpg') repeat; |
![]() |
Quellcode |
1 |
('../images/back.jpg') |