No commit activity in last 3 years
No release in over 3 years
error_message_on for japanese mobile-phone
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 3.0.0
 Project Readme

error_message_for_mobile¶ ↑

ActiveRecord, ActiveModelのエラー表示をガラパゴス携帯に適した感じにしてくれるRails3プラグインです。

インストール¶ ↑

gem install error_message_for_mobile

使用方法¶ ↑

<%= form_for @hoge do |f| %>
  <%= f.error_message_for_mobile :title, :append_text => t(), :prepend_text => t(), :color => "#ff0000" %>
<%= end %>
  • :append_text, :prepend_text, :colorは省略可能です。

  • :colorを指定するとエラーメッセージの色を変更出来ます。

出力されるHTMLは下記のようになります。

<span style="color:#ff0000;">エラーメッセージ</span>

Copyright © 2011 Dai Akatsuka, released under the MIT license