Questions tagged [cjuidialog]

Dialog widget from Yii PHP framework.

CJuiDialog displays a dialog widget (Yii Framework)

CJuiDialog encapsulates the JUI Dialog plugin.

17 questions
1
vote
1 answer

EJuiDateTimePicker/CJuiDateTimePicker not working inside a CJuiDialog

This seemed to be asked before but applying such answers did not gave me the solution. I have a create form which records the payments of the clients. It works just fine until I tried to transfer it inside a CJuiDialog in another view. In my…
1
vote
1 answer

CJuiDialog pop up problems

I want to start out with, that im a noob to AJAX, jquery and that kinda stuff. But im currently working on a project, where i have a calender, where a substitute can specify if he is available a given day and the time period etc. Now im just…
CreamYGEEK
  • 175
  • 1
  • 1
  • 6
0
votes
1 answer

window.open not work inside cjuidialog yii1

i want open new tab after save in cjuidialog. i used window.top.location.href its work but not open new tab but if i used window.open('https://api.whatsapp.com/send?phone=+62878787811423&text=Tesdawks', '_blank'); it doesnt work. this my full…
0
votes
1 answer

How to avoid 'double' event double binding?

I've got a page containing numerous links that will trigger a cjuidialog to open: assignments as $clientProjects) { ?> [...]
kurt
  • 11
  • 5
0
votes
1 answer

CJuiDialog will not re-open with CGridview inside

I've got a number of links containing parameters which will open a dialog which is populated with an ajax call. sample link:
kurt
  • 11
  • 5
0
votes
0 answers

css cjuidialog on yii

I'm trying to give a style to my cjuidialog on yii. I've got this into the cjuidialog: The problem is that this style affects to the entire page. How can I give a style only to the dialog? …
0
votes
1 answer

CJuiDialog - how to hide the 'cross' that closes the dialog box?

I am trying to hide the 'cross' that appears in the top-right hand side of the Dialog box but there doesn't appear to be a setting for this within the CJuiDialog reference? Is there a way to do this?? I am essentially trying to force people to only…
Zabs
  • 13,852
  • 45
  • 173
  • 297
0
votes
1 answer

how set callback function in CJuiDialog yii

I need show form via ajax after when the dialog window is opened.I tried this $this->beginWidget('zii.widgets.jui.CJuiDialog', array( 'id' => 'register', 'actionPrefix' => 'register', // additional javascript…
YuriiChmil
  • 441
  • 1
  • 5
  • 18
0
votes
1 answer

Yii Render a Model View Inside CJuiDialog

I want to render a Model view completely in the CJuiDialog box. what i did is i have a model JOB for this i have view files that are generated by Gii. what i want- when clicking on id for each record on index.php i should open CJuiDialog box instead…
FSShaikh
  • 125
  • 3
  • 18
0
votes
2 answers

Yii CGridView rendered inside CJuiDialog won't be filtered or ordered

I'm rendering a CGridView inside a CJuiDialog, and that's working fine. My problem is, every time i click a column header to sort records, the page changes (the url is the url of the view rendered with renderPartial through ajax) and the request is…
dgtal
  • 193
  • 16
0
votes
1 answer

Upload file not working in CJuiDialog - Yii Framework

I am trying to upload file inside CjuiDialog widget, I am printing the uploaded file name in Controller class but it returns null, i tried to print $POST array, the image array returns empty, Please see below code, My Controller Code, public…
US-1234
  • 1,519
  • 4
  • 24
  • 61
0
votes
0 answers

Yii CJuiDialog isn't being recognized

I've went through this tutorial http://www.yiiframework.com/wiki/561/ajax-login-form-with-validation-errors-inside-jquery-modal-dialog/ It appears to be functioning properly, but instead of the form being in the modal dialog, it just renders it…
Shawn Sonnier
  • 513
  • 5
  • 10
  • 28
0
votes
1 answer

How to disable unavailable dates in the CJuiDatePicker widget

I am building a scheduling app. I am able to sort the database using the CJuiDatePicker widget's "onSelect" option. Now I am trying to use the "beforeShow" option to ensure that only dates that have tasks can be selectable. Can anyone…
0
votes
1 answer

How to create a menu item with a dynamic dialog message in yii

I was looking to put a dynamic popup dialog in a yii menu but am missing a trick to make it dynamic. (edited: or maybe the question should be 'How can I pass a widget some text through a variable from a menu array) As per the code below: /*Create A…
mdietz
  • 33
  • 1
  • 1
  • 6
0
votes
1 answer

Crop in cjuidialog

I need to do an upload with crop picture but I can not find information to operate the extension eajaxupload, coconut inside cjuidialog any extension for yii? something like: http://uvumitools.com/crop.html http://kroppr.rborn.info/index.php
m3mm0
  • 1
  • 1
  • 4
1
2