Upload d'image CMS jour2

Html->script('tiny_mce/tiny_mce.js', array('inline' => false)); echo $this->Html->scriptStart(array('inline' => false)); ?> tinyMCE.init({ mode : 'textareas', theme : 'advanced', plugins : 'inlinepopups, image', theme_advanced_buttons1 : 'bold, italic, underline, |, bullist, numlist

1
Uncaught ReferenceError: onScroll is not defined

html, body').stop().animate({ 'scrollTop': $target.offset().top+2 }, 500, 'swing', function () { window.location.hash = target; $(document).on("scroll", onScroll); }); }); }); })(jQuery); ``` Code sur ma page html qui fonctionne bien: Code : ``` $(document).ready(function

0
Image à la une dans le flux RSS

Html->image(sprintf($post'thumbf'],800,200)) endif . " " . $post'intro']; echo $this->Rss->item(array(), array( 'title' => $post'name'], 'link' => $this->Html->url($post'link'], true), 'guid' => array('url' => $this

1
ChoiceList généré par deux sélection

success: function(html) { $('#commande_contratMetier').replaceWith( $(html).find('#commande_contratMetier') ); $('#commande_sousProjet').replaceWith( $(html).find('#commande_sousProjet') ); $('#commande_compteComptable').replaceWith( $(html).find('#commande_compteComptable') ); } }); }); ``` Merci d'avance pour votre aide :) !

0
Equivalent à adressepicker

Html->script('http://maps.google.com/maps/api/js?sensor=false', array('inline' => false)); ?>

5
balise dans un link et le default.ctp

cakephp pour generer la page default ? (Niveau perf, etc...) exemple : Au lieu de generer directement les balises html Merci d'avance

2
Erreur de Rooting, perte du paramètre $language d'un article à l'autre
Hugo,

html->link($html->image('/img/fre.png', array('alt'=>'Français','title'=>'Français')), array('language'=>'fre')+$this->params'pass'], array('escape'=>false));?>

2
Récupéré et afficher une images d'un flux RSS

html = ""; $url = "LIEN RSS"; $xml = simplexml_load_file($url); for($i = 0; $i < 1; $i++){ $description = $xml->channel->item[$i]->description; $pubDate = $xml->channel->item[$i]->pubDate; $html .= "$description"; $html

3
probleme python

html", "php", "symfony-project", "python"]) #QUand html est selectionné dans le combobox on affiche les boutons boostrap et fontawesome # Création d'un label pour les outils label3 = Label(fenetre, text

0
Fonctionne dans un onclick mais pas ailleurs

html(' +1€ / clic '); } else { $("#upgrades").html(''); } $("#upgrade1").click(function(){ cbPerClick = cbPerClick + 1; monnaie = monnaie - coutUpgrade; coutUpgrade = coutUpgrade * 5; showMonnaie(); showCps(); $("#upgrades").html(); console.log(coutUpgrade) }); }); // fin clickhere click ``` Genre... **POURQUOI** ? J'ai beau

6