Yii Framework Forum: Editablecolumn, I Don't Get The Value - Yii Framework Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Editablecolumn, I Don't Get The Value Rate Topic: -----

#1 User is offline   nath-0 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 80
  • Joined: 12-October 12
  • Location:switzerland

Posted 22 January 2013 - 09:10 AM

Attached File  gridViewEditable.png (22.47K)
Number of downloads: 8hello,

I am using Editablecolumn http://www.ybe.demop...#EditableColumn .

When I click under a link into my gridview I get this text :

<div class="editable-loading"></div>

and not the value into a textfield as it is define in my column :

array(
           'class' => 'ext.editable.EditableColumn',
           'name' => 'heures',
           'headerHtmlOptions' => array('style' => 'width: 110px'),
           'editable' => array(
                  'url'        => Controller :: createUrl('TRapportsActivites/UpdateAjax'),
                  'placement'  => 'right',
                  'inputclass' => 'span3',
              )               
        ),



any ideas?

Thank's

Nath
0

#2 User is offline   lagogz 

  • Standard Member
  • PipPip
  • Yii
  • Group: Members
  • Posts: 117
  • Joined: 30-November 12

Posted 22 January 2013 - 09:57 AM

Hi, nath-O.

I don't use Yii-BootstrapEditable but, have you tried to write this?

'url'=> $this->createUrl('TRapportsActivites/UpdateAjax'),


instead of:

'url'=> Controller :: createUrl('TRapportsActivites/UpdateAjax'),



Regards.
-- If your question has been resolved, write [SOLVED] in the title of it.

-- Si tu pregunta ha sido respondida, escribe [SOLUCIONADO] en el título de la misma.

-- Se a túa pregunta foi resolta, escribe [RESOLTA] no título da mesma.
0

#3 User is offline   nath-0 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 80
  • Joined: 12-October 12
  • Location:switzerland

Posted 22 January 2013 - 10:31 AM

thank you for help, but still doesn't work.
I don't use the grid view from bootstrap, but I don't think it is a problem.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users