Dijit TEXTBOX is set to Readonly Special Background

When text boxes such as dijit TextBox are set to readOnly, there is no difference from before setting. It is impossible to distinguish whether they are read-only from the appearance. So, a small adjustment was made to distinguish it from the editable text box.

After adjustment, the text box , list box

Implemented through css

.dijitReadOnly * {background-image: url("./image /lock.png"); background-position: right center; background-repeat: no-repeat; background-size: 16px auto; padding-right: 1px !important; }

Icon file

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 5738 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.