Sorting Nested Tbextendedgridview In Tbrelationalcolumn Row.
Hi guys. In the TbRelationalColumn example on Yii Booster, a nested TbExtendedGridView is used to display the related data in the new row of the parent TbExtendedGridView. However, the nested...
View ArticleTinymce
Boa noite pessoal Como que eu faço para implementar o editor de texto tinymce em um textarea. Encontrei um tutorial (http://www.iobe.net/yii_tinymce.htm), mas não consegui fazer funcionar. Já baixei a...
View Article[Module] Yii User Management Module
This is the forum thread for the Yii User Management Module In order to use this Module, please be sure to use the latest development Snapshot of yii or at least yii-1.1.1 (to be released). It will not...
View ArticleComplete Ajax Forms
Hi all, I want to make dynamically loadable ajax forms. For example: I first load index page with some content, when i want user to log in and I load login form through ajax. The problem is when I get...
View ArticleTwitter Bootstrap Thumbnail Alignment Issue.
Am having issues with image thumb alignment in the following code The first four thumbnails display correctly but the next four are not in alignment to the first four.. If four images are inside...
View ArticleRestful Api With Related Tables
Hi to all am developing restful apis for my existing yii web and this websites contains information with related tables. For example getting a blog post with their related comments in a json object. Is...
View ArticleCDetailView with colspan
Hi Yii community! I have a model named Course with attributes like name, description, duration... I am using CDetailView for showing a single course, and I have all almost set up, but I would like to...
View ArticleYii Cgridview Order By Column Default
return new CActiveDataProvider($this, array( 'criteria'=>$criteria, 'sort'=>$sort, 'sort'=>array( 'defaultOrder'=>'columnName DESC', ) ));
View ArticleRemove Item From Session Array
I'm trying to remove an element for the session array $session['the_variable'] like this: unset($session['the_variable'][$index]); But it doesn't work, any idea what i'm doing wrong ? Thanks in advanced!
View ArticleCan't Connect To Microsoft Sql Server Db
Hello, I recently installed Yii to perform a project for my final internship in IT. Everything happened fine until now. I configured well the index.php in my project file, nothing crazy :...
View ArticleHelp - Mengubah Layout Yii
agan mastah sekalian, tolong dong pencerahannya/ codingannya untuk buat tampilan/layout kayak gambar ini. thx b4
View ArticleTbbutton Selection
I am not good on HTML, yet, but I am guessing if I were this would be easy. How do I determine in the controller that the button has been selected? I have tried 'id' and 'name', but nothing shows up in...
View ArticleWhy Does Yii Allow Me To Access The Private $This->_Property, With...
I'm not sure what's happening here, perhaps someone has a clue: On my layout I have this: <div id="main-content" class="<?= $this->getMainClass(); ?>"> On components>controller class...
View Article[EXTENSION] Bit.ly Extension
This is the support topic for the Bit.ly Yii Extension. http://www.yiiframework.com/extension/bitly-url-shortener/
View ArticleHow To Show Form Errorsummary On Ajax Requests
When using traditional Post method form errorsummary(#some-form_es_) automatically shown form errors on submitting the form. how do it on Ajax requests? view file: <div class="form" > <?php...
View ArticleYiistorm Issues
I installed Yiistorm stable version(0.3) but seems didn't work. I drive mouse on the view name in Render method but nothing didn't appear. What do i do?
View ArticleYii Framework Without Yiic
do you have any guides that doesnt use yiic to start with? I,ve already tried yiic but when i try to replicate it witout yiic it encounters a 404 page not found request site error stuff.
View ArticleUrl Seo Sito Multilingua
Leggendo in giro ho capito che per i motori di ricerca è meglio mettere la lingua nell'url, quindi ho seguito questa guida che mi è sembrata la più recente,aggiornata e migliore:...
View ArticleProblem Loading Extension Resources From External Cdn
Hello, I'm using the JColorBox extension from time ago (but the problem is extended in general to all widgets or extensions). Last day I I did changed the resources location to load from a CDN instead...
View ArticleFind Model In A Model Problem
Hi, Presume I have a database with two tables: Campaigns and Messages I also have all respective models and relations already tested and working. Presume one campaign may have many messages but only...
View Article