問題タブ [yii-widgets]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
122 参照

php - cDetailview 別名表示 yii

私のビューコード

コントローラーコード

私のビューページでは、レコードは次のように表示されます

可視性を enable または disable として表示したい。1-有効、2-無効、任意のアイデア

0 投票する
1 に答える
221 参照

jquery-ui - Zii プログレス バーに値ラベルを追加する

Ziiプログレス バーに値ラベルを追加できますか?

よろしく。

0 投票する
1 に答える
155 参照

php - YII ウィジェット アクセス モデル - レイアウトで DB からの値が必要です

レイアウトでは、通知の数を表示する必要があります。

それを行う正しい方法は何ですか?そのためのウィジェットを作成することを考えていますが、ビューを正しくレンダリングしながら DB にアクセスしていますか?

0 投票する
1 に答える
3235 参照

twitter-bootstrap - Yii Bootstrap TbGridView

For some reason my filtering isn't working correctly inconjunction with the pager on my Yii site, I have the following view which uses the Yii Bootstrap TbGridView widget to display some tabular data and have the ability to filter on different options as well as display a pager if more than 10 rows are displayed.

When I use filtering it works ok, however if I use the filtering and then navigate to another page of the pager (e.g page 2 or 3 for instance) the $_GET AJAX request breaks.

When I open this AJAX request URL in a new tab in Mozilla irefox it displays the following:

When I view the URL it generates I can see the problem with what is going on, below is the URL that is generated, with the 2nd URL being the correct URL structure that it should be for it to work.

This is the structure that I am expecting (this works when I manually past this into the browser)

The problem is for some reason it is replacing the string '=&' in the URL with '//' and this is causing it to break.

I cannot understand why it is doing this, any ideas?

0 投票する
1 に答える
238 参照

php - Yii CGridView. 関連しないテーブルの列を表示する

現在、いくつかの結合されたテーブルの列を持つ CGridView がありますが、他のテーブルから列を追加する必要があり、それらの間に関係がないため、最初のテーブルと結合できません。

2 番目のテーブルassessment_rate:

上記のテーブル (値 0、1、2、3) から生成されたラジオ ボタン (列ごとに 1 つのボタン) を使用して、CGridView に 4 つの追加の列を取得する必要があります。

モデルファイル:

コントローラーファイル:

ファイルを閲覧する:

0 投票する
1 に答える
2507 参照

php - Yii: ajax でコンテンツ ウィジェットを更新する

すべてのページが呼び出され、ユーザーに通知を提供する Yii フレームワークで通知ウィジェットを作成しました。ここで、Ajax を使用してこれらの通知を 10 秒ごとに自動的に更新したいと考えています。構造は次のとおりです。

これを行う最善の方法は何ですか?どこでも検索しましたが、答えが見つからないようです。多分私は間違ったキーワードで探しているだけです..誰かがこれを行う別の(より良い)方法を持っているなら、お願いします! 唯一の制限は、インターフェイス レイアウトにロードし、少なくとも 10 秒ごとに更新する必要があることです。

どうもありがとう:)

0 投票する
1 に答える
2429 参照

php - yii Framework で Select2 Widget を使用しており、変更イベントで関数を呼び出したいのですが、機能しません。

yii Framework で Select2 Widget を使用しており、変更イベントで関数を呼び出したいのですが、機能しません。

変更時にメッセージを警告しますが、これは機能せず、コンソールにエラーメッセージや何かが表示されません 事前に感謝します

0 投票する
6 に答える
53285 参照

php - Yii 2.0 フレームワークで ActiveForm にクラスを追加するには?

次のようなクラスをフォームに追加したいと思います。

Yii 2.0 ActiveForm クラス用にこれをどのように書き直すべきですか?

フォームタグ内のこの構造についても同じ質問があります。