هذا ما يمكنني أن أقول بصراحة لم يسبق لي ان كان الموضوع قبل اليوم ولكن لدي العميل المشروع اني اعمل على لبضعة أسابيع تقريبا من الآن وحتى على استعداد لاطلاق العميل المذكور انه لا مثل الطريقة التي كان شريط الأدوات تحول بعض من شكل حقول صفراء اللون ، واستغرق مني دقيقة لتحقيق ما يتحدث عنه لأنني دائما بصدق وإغفال هذه الحقيقة لا يعتقد الكثير عن ذلك. ذهبت للبحث عن وسيلة لworkaround هذه المسألة ، وعثر عليها Jenseng.com / نهج لworkaround باستخدام جافا سكريبت ، هنا 'sالقصاصة إذا كنت مهتما...

  ><!-- 1 : <scripttype= "text/javascript"> <! -- 
  (window.attachEvent) 2 : إذا كان (window.attachEvent) 
  ,setListeners); 3 : window.attachEvent ( "onload" ، setListeners) ؛ 
  4 : 
   setListeners(){ 5 : وظيفة setListeners () ( 
  ); 6 : inputList = document.getElementsByTagName ( "الإدخال") ؛ 
  (i=0;i<inputList.length;i++){ 7 : لط = 0 ؛ ط <inputList.length ؛ ط + +) ( 
  ,restoreStyles); 8 : inputList [ط]. attachEvent ( "onpropertychange" ، restoreStyles) ؛ 
  ; 9 : inputList [ط]. style.backgroundColor = "" ؛ 
  10 :) 
  ); 11 : selectList = document.getElementsByTagName ( "اختر") ؛ 
  (i=0;i<selectList.length;i++){ 12 : لط = 0 ؛ ط <selectList.length ؛ ط + +) ( 
  ,restoreStyles); 13 : selectList [ط]. attachEvent ( "onpropertychange" ، restoreStyles) ؛ 
  ; 14 : selectList [ط]. style.backgroundColor = "" ؛ 
  15 :) 
  16 :) 
  17 : 
   restoreStyles(){ 18 : وظيفة restoreStyles () ( 
  ( event .srcElement.style.backgroundColor != "" ) 19 : اذا كان (هذا الحدث. srcElement.style.backgroundColor! = "") 
  .srcElement.style.backgroundColor = "" ; 20 : الحدث. srcElement.style.backgroundColor = "" ؛ 
  21 :) //--> 
  22 : </ سكريبت> 

وhere'sa صلة Jenseng مفكرة الدخول عن الغلب شريط الأدوات | jenseng.com