YiiBooster datepicker options
datepickerRow viewMode minViewMode
Hi, my question concerns the datepickerRow widget. Per this page:
http://www.eyecon.ro/bootstrap-datepicker/
(that’s the datepicker implementation that YiiBooster uses) there are 2 options: format weekStart viewMode minViewMode. Well, the last 2 don’t seemREAD MORE
yii extensions for build cms like wordpress
Hi,
I’m looking yii extensions for build custom cms like wordpress. Many of features (theme, mutlilang cache etc) already exist in yii. But I want to need suggestions to build customREAD MORE
How to auto zoom and center, (boundfit) using egmaps?
I have no problems displaying items from the database but I have no idea how to display multiple markers with autozoom and center. I see a few functions dealing withREAD MORE
YiiBooster RedactorJs: Adding Image/File Upload
Hi, I’m using RedactorJs thanks to Ramirez and team. I need to add image/file upload to the editor. I cannot see any option to do that! Is it supported? IfREAD MORE
The image “http://localhost/myweb/lego/index.php?r=listing” cannot be displayed it contains error
Hi all,
I get error ‘The image “http://localhost/myweb/lego/index.php?r=listing” cannot be displayed it contains error’ when I want view to render images.
Please help.
Below is part of code.
main.php —————————————————- ‘import’=>array( ‘application.models.*’, ‘application.components.*’, ‘application.helpers.*’,READ MORE
editme integration with yii, kcfinder gives me an error “you don’t have permission to browse server”.
I tried to integrate editme extention with yii. To upload image I used kcfinder. But when I click on browse server button, it gives me an error “You don’t haveREAD MORE
I have use pagination in gridview.I want to export in excel & pdf according to pagination.
Suppose in gridview ,pagination has 10 values show in grid,I show next 10 values,accordinly 11 to 20,should be display on excel & pdf.That type of ,I want to export inREAD MORE
By abhishek2890 · Asked 256 days 19 hours 28 mins ago
Questions: 2 Accepted: 0 ( 0% ) | Reputation: 0
How can i change user management module to make login possible through username/password(Default working), companyid/password(Need This), coprporateid,employeeid/password(Need This) (new fields in user table-companyid,corporateid,employeeid),so there will be three login type mainly (admin,corporate,employee)
for my site i need three types of login block one is default what yii has,other is for corporate user login using corporateid and password and next is company loginREAD MORE
By NewDeveloper · Asked 267 days 18 hours 40 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
Module Separation
Hello,
I want to write a tiny module named “seo” and wish to keep it literally modular. This module needs a database table “meta_data” schema of which is as follows:
Table Name:READ MORE
EGMaps How to get lat and lng from dragable marker?
EGMaps How to get lat and lng from dragable marker?
I have try like this
- $marker = new EGMapMarkerWithLabel(4.21048, 100.97577, array('title' => "Cobaan"));
- $label_options = array(
- 'backgroundColor'=>'red',
- 'opacity'=>'0.75',
- 'width'=>'100px',
- 'color'=>'blue'
- );
- $dragevent = new EGMapEvent('dragend', 'marker_dragevent(dragend)', false, EGMapEvent::TYPE_EVENT_DEFAULT);
- $marker->addEvent($dragevent);
- $info_window_d = new EGMapInfoWindow($dragevent.lat(),$dragevent.lng());
- $marker->addHtmlInfoWindow($info_window_d);
- $gMap->addMarker($marker);
$marker = new EGMapMarkerWithLabel(4.21048, 100.97577, array('title' => "Cobaan"));READ MORE
